Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:05

0001 /************************************************
0002  * NAME     : s3c2400.h
0003  * Version  : 4.18.2008
0004  *
0005  * share code for different Samsung CPU
0006  ************************************************/
0007 
0008 #ifndef S3C24XX_H_
0009 #define S3C24XX_H_
0010 
0011 #include <bspopts.h>
0012 
0013 #ifdef CPU_S3C2400
0014 #include<s3c2400.h>
0015 #elif defined CPU_S3C2410
0016 #include<s3c2410.h>
0017 #else
0018 #error "Undefined Samsung CPU model"
0019 #endif
0020 
0021 #endif /*S3C24XX_H_*/