xref: /aosp_15_r20/external/mesa3d/src/nouveau/nil/nil_bindings.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2024 Collabora Ltd.
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #ifndef NIL_RS_BINDINGS_H
7 #define NIL_RS_BINDINGS_H
8 
9 #include "nil_format_table.h"
10 #include "util/format/u_format.h"
11 #include "nouveau/headers/nv_device_info.h"
12 
13 #endif /* NIL_RS_BINDINGS_H */
14