xref: /openbmc/linux/drivers/staging/sm750fb/ddk750.h (revision f5016082)
1f5016082SEric S. Stone /*
281dee67eSSudip Mukherjee  *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
381dee67eSSudip Mukherjee  *
481dee67eSSudip Mukherjee  *  All rights are reserved. Reproduction or in part is prohibited
581dee67eSSudip Mukherjee  *  without the written consent of the copyright owner.
681dee67eSSudip Mukherjee  *
781dee67eSSudip Mukherjee  *  RegSC.h --- SM718 SDK
881dee67eSSudip Mukherjee  *  This file contains the definitions for the System Configuration registers.
9f5016082SEric S. Stone  */
10f5016082SEric S. Stone 
11f5016082SEric S. Stone #ifndef DDK750_H__
12f5016082SEric S. Stone #define DDK750_H__
13f5016082SEric S. Stone 
1481dee67eSSudip Mukherjee #include "ddk750_reg.h"
1581dee67eSSudip Mukherjee #include "ddk750_mode.h"
1681dee67eSSudip Mukherjee #include "ddk750_chip.h"
1781dee67eSSudip Mukherjee #include "ddk750_display.h"
1881dee67eSSudip Mukherjee #include "ddk750_power.h"
1981dee67eSSudip Mukherjee #ifdef USE_HW_I2C
2081dee67eSSudip Mukherjee #include "ddk750_hwi2c.h"
2181dee67eSSudip Mukherjee #endif
2281dee67eSSudip Mukherjee #include "ddk750_swi2c.h"
2381dee67eSSudip Mukherjee #endif
24