SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
reg-ccu.h
Go to the documentation of this file.
1#ifndef __REG_CCU_H__
2#define __REG_CCU_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif// __cplusplus
7
8#if defined(CONFIG_CHIP_SUN8IW21)
9#include <sun8iw21/reg-ccu.h>
10#elif defined(CONFIG_CHIP_SUN8IW20)
11#include <sun8iw20/reg-ccu.h>
12#elif defined(CONFIG_CHIP_SUN20IW1)
13#include <sun20iw1/reg-ccu.h>
14#elif defined(CONFIG_CHIP_SUN50IW9)
15#include <sun50iw9/reg-ccu.h>
16#elif defined(CONFIG_CHIP_SUN55IW3)
17#include <sun55iw3/reg-ccu.h>
18#elif defined(CONFIG_CHIP_SUN50IW10)
19#include <sun50iw10/reg-ccu.h>
20#elif defined(CONFIG_CHIP_SUN300IW1)
21#include <sun300iw1/reg-ccu.h>
22#elif defined(CONFIG_CHIP_SUN60IW2)
23#include <sun60iw2/reg-ccu.h>
24#elif defined(CONFIG_CHIP_SUN55IW6)
25#include <sun55iw6/reg-ccu.h>
26#elif defined(CONFIG_CHIP_SUN252IW1)
27#include <sun252iw1/reg-ccu.h>
28#elif defined(CONFIG_CHIP_SUN65IW1)
29#include <sun65iw1/reg-ccu.h>
30#elif defined(CONFIG_CHIP_SUN8IW22)
31#include <sun8iw22/reg-ccu.h>
32#else
33#error "Unsupported chip"
34#endif
35
36#ifdef __cplusplus
37}
38#endif// __cplusplus
39
40#endif// __REG_CCU_H__