summaryrefslogtreecommitdiffstats
path: root/bsps/arm/smdk2410/include/s3c24xx.h
blob: 914b867abf567ad5fd6df9cccc9332a898656d40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/************************************************
 * NAME     : s3c2400.h
 * Version  : 4.18.2008
 *
 * share code for different Samsung CPU
 ************************************************/

#ifndef S3C24XX_H_
#define S3C24XX_H_

#ifdef CPU_S3C2400
#include<s3c2400.h>
#elif defined CPU_S3C2410
#include<s3c2410.h>
#endif

#endif /*S3C24XX_H_*/