RTEMS  5.1
s3c24xx.h
1 /************************************************
2  * NAME : s3c2400.h
3  * Version : 4.18.2008
4  *
5  * share code for different Samsung CPU
6  ************************************************/
7 
8 #ifndef S3C24XX_H_
9 #define S3C24XX_H_
10 
11 #include <bspopts.h>
12 
13 #ifdef CPU_S3C2400
14 #include<s3c2400.h>
15 #elif defined CPU_S3C2410
16 #include<s3c2410.h>
17 #else
18 #error "Undefined Samsung CPU model"
19 #endif
20 
21 #endif /*S3C24XX_H_*/