aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750.h
blob: 734010324a8f039d5c253a20468b8d2271dcbf19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *         Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
 *
 *  All rights are reserved. Reproduction or in part is prohibited
 *  without the written consent of the copyright owner.
 *
 *  RegSC.h --- SM718 SDK
 *  This file contains the definitions for the System Configuration registers.
 */

#ifndef DDK750_H__
#define DDK750_H__

#include "ddk750_reg.h"
#include "ddk750_mode.h"
#include "ddk750_chip.h"
#include "ddk750_display.h"
#include "ddk750_power.h"
#ifdef USE_HW_I2C
#include "ddk750_hwi2c.h"
#endif
#include "ddk750_swi2c.h"
#endif