/* * Copyright 2010 Jerome Glisse * Copyright 2018 Advanced Micro Devices, Inc. * * SPDX-License-Identifier: MIT */ #ifndef SI_PUBLIC_H #define SI_PUBLIC_H struct pipe_screen; struct pipe_screen_config; struct pipe_screen *radeonsi_screen_create(int fd, const struct pipe_screen_config *config); #endif