]> Git Repo - u-boot.git/blame - board/technologic/ts4800/ts4800.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / board / technologic / ts4800 / ts4800.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
9ee16897
LQ
2/*
3 * (C) Copyright 2015 Savoir-faire Linux Inc.
9ee16897
LQ
4 */
5
6#ifndef _TS4800_H
7#define _TS4800_H
8
9#define TS4800_SYSCON_BASE 0xb0010000
10
11struct ts4800_wtd_regs {
12 u16 feed;
13};
14
15#endif
This page took 0.155761 seconds and 4 git commands to generate.