xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/svga_hw_reg.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright (c) 2008-2024 Broadcom. All Rights Reserved.
3  * The term “Broadcom” refers to Broadcom Inc.
4  * and/or its subsidiaries.
5  * SPDX-License-Identifier: MIT
6  */
7 
8 #ifndef SVGA_HW_REG_H
9 #define SVGA_HW_REG_H
10 
11 #include "util/compiler.h"
12 
13 #include "svga_types.h"
14 
15 #include "svga3d_reg.h"
16 
17 
18 #endif
19