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