SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
reg-dram.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __REG_DRAM_H__
4#define __REG_DRAM_H__
5
6#ifdef __cplusplus
7extern "C" {
8#endif// __cplusplus
9
10#if defined(CONFIG_CHIP_SUN8IW21)
11#include <sun8iw21/reg-dram.h>
12#elif defined(CONFIG_CHIP_SUN8IW20)
13#include <sun8iw20/reg-dram.h>
14#elif defined(CONFIG_CHIP_SUN20IW1)
15#include <sun20iw1/reg-dram.h>
16#elif defined(CONFIG_CHIP_SUN300IW1)
17#include <sun300iw1/reg-dram.h>
18#endif
19
20#ifdef __cplusplus
21}
22#endif// __cplusplus
23
24#endif// __REG_DRAM_H__