8 lines
100 B
C
8 lines
100 B
C
|
|
#ifndef __SOC_H__
|
||
|
|
#define __SOC_H__
|
||
|
|
|
||
|
|
#include "tx_platform.h"
|
||
|
|
|
||
|
|
#define CONFIG_KERNEL_RHINO 1
|
||
|
|
|
||
|
|
#endif
|