Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.3-rc1 24 lines 592 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2007 by Silicon Motion, Inc. (SMI) 4 * 5 * All rights are reserved. Reproduction or in part is prohibited 6 * without the written consent of the copyright owner. 7 * 8 * RegSC.h --- SM718 SDK 9 * This file contains the definitions for the System Configuration registers. 10 */ 11 12#ifndef DDK750_H__ 13#define DDK750_H__ 14 15#include "ddk750_reg.h" 16#include "ddk750_mode.h" 17#include "ddk750_chip.h" 18#include "ddk750_display.h" 19#include "ddk750_power.h" 20#ifdef USE_HW_I2C 21#include "ddk750_hwi2c.h" 22#endif 23#include "ddk750_swi2c.h" 24#endif