• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 "svga3d_reg.h"
14 
15 
16 #endif
17