SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
reg-rproc.h
Go to the documentation of this file.
1#ifndef __G_REG_RPROC_H__
2#define __G_REG_RPROC_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif// __cplusplus
7
8#if defined(CONFIG_CHIP_SUN8IW21)
10#elif defined(CONFIG_CHIP_SUN8IW20)
11#include <sun8iw20/reg-rproc.h>
12#elif defined(CONFIG_CHIP_SUN20IW1)
13#include <sun20iw1/reg-rproc.h>
14#elif defined(CONFIG_CHIP_SUN55IW3)
15#include <sun55iw3/reg-rproc.h>
16#elif defined(CONFIG_CHIP_SUN300IW1)
17#include <sun300iw1/reg-rproc.h>
18#elif defined(CONFIG_CHIP_SUN55IW6)
19#include <sun55iw6/reg-rproc.h>
20#elif defined(CONFIG_CHIP_SUN65IW1)
21#include <sun65iw1/reg-rproc.h>
22#endif
23
24#ifdef __cplusplus
25}
26#endif// __cplusplus
27
28#endif// __G_REG_RPROC_H__