Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/*
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
11#ifndef DDK750_H__
12#define DDK750_H__
13
14#include "ddk750_reg.h"
15#include "ddk750_mode.h"
16#include "ddk750_chip.h"
17#include "ddk750_display.h"
18#include "ddk750_power.h"
19#ifdef USE_HW_I2C
20#include "ddk750_hwi2c.h"
21#endif
22#include "ddk750_swi2c.h"
23#endif