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

#ifndef S3C24XX_H_
#define S3C24XX_H_

#include <bspopts.h>

#ifdef CPU_S3C2400
#include<s3c2400.h>
#elif defined CPU_S3C2410
#include<s3c2410.h>
#else
#error "Undefined Samsung CPU model"
#endif

#endif /*S3C24XX_H_*/