1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2007 by Silicon Motion, Inc. (SMI)
4 *
5 * RegSC.h --- SM718 SDK
6 * This file contains the definitions for the System Configuration registers.
7 */
8
9#ifndef DDK750_H__
10#define DDK750_H__
11
12#include "ddk750_reg.h"
13#include "ddk750_mode.h"
14#include "ddk750_chip.h"
15#include "ddk750_display.h"
16#include "ddk750_power.h"
17#ifdef USE_HW_I2C
18#include "ddk750_hwi2c.h"
19#endif
20#include "ddk750_swi2c.h"
21#endif
22

source code of linux/drivers/staging/sm750fb/ddk750.h