xref: /linux/drivers/staging/sm750fb/ddk750.h (revision d2912cb15bdda8ba4a5dd73396ad62641af2f520)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
4  *
5  *  All rights are reserved. Reproduction or in part is prohibited
6  *  without the written consent of the copyright owner.
7  *
8  *  RegSC.h --- SM718 SDK
9  *  This file contains the definitions for the System Configuration registers.
10  */
11 
12 #ifndef DDK750_H__
13 #define DDK750_H__
14 
15 #include "ddk750_reg.h"
16 #include "ddk750_mode.h"
17 #include "ddk750_chip.h"
18 #include "ddk750_display.h"
19 #include "ddk750_power.h"
20 #ifdef USE_HW_I2C
21 #include "ddk750_hwi2c.h"
22 #endif
23 #include "ddk750_swi2c.h"
24 #endif
25