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