blob: 734010324a8f039d5c253a20468b8d2271dcbf19 [file] [log] [blame]
Eric S. Stonef5016082016-10-22 19:51:29 -07001/*
2 * Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
3 *
4 * All rights are reserved. Reproduction or in part is prohibited
5 * without the written consent of the copyright owner.
6 *
7 * RegSC.h --- SM718 SDK
8 * This file contains the definitions for the System Configuration registers.
9 */
10
Sudip Mukherjee81dee672015-03-03 16:21:06 +053011#ifndef DDK750_H__
12#define DDK750_H__
Eric S. Stonef5016082016-10-22 19:51:29 -070013
Sudip Mukherjee81dee672015-03-03 16:21:06 +053014#include "ddk750_reg.h"
15#include "ddk750_mode.h"
16#include "ddk750_chip.h"
17#include "ddk750_display.h"
18#include "ddk750_power.h"
Sudip Mukherjee81dee672015-03-03 16:21:06 +053019#ifdef USE_HW_I2C
20#include "ddk750_hwi2c.h"
21#endif
22#include "ddk750_swi2c.h"
23#endif