xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/include/svga3d_reg.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright (c) 1998-2024 Broadcom. All Rights Reserved.
3  * The term “Broadcom” refers to Broadcom Inc.
4  * and/or its subsidiaries.
5  * SPDX-License-Identifier: GPL-2.0 OR MIT
6  */
7 
8 /*
9  * svga3d_reg.h --
10  *
11  *       SVGA 3d hardware definitions
12  */
13 
14 #ifndef _SVGA3D_REG_H_
15 #define _SVGA3D_REG_H_
16 
17 #define INCLUDE_ALLOW_MODULE
18 #define INCLUDE_ALLOW_USERLEVEL
19 #define INCLUDE_ALLOW_VMCORE
20 
21 #include "includeCheck.h"
22 
23 #include "svga_reg.h"
24 
25 #include "svga3d_types.h"
26 #include "svga3d_limits.h"
27 #include "svga3d_cmd.h"
28 #include "svga3d_dx.h"
29 #include "svga3d_devcaps.h"
30 
31 
32 #endif /* _SVGA3D_REG_H_ */
33