7b33e38723
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@206 bbd45198-f89e-11dd-88c7-29a3b14d5316
12 lines
151 B
C
12 lines
151 B
C
#ifndef __SDCARD_H
|
|
#define __SDCARD_H
|
|
|
|
#include <s3c24x0.h>
|
|
|
|
#define INICLK 300000
|
|
#define SDCLK 24000000
|
|
#define MMCCLK 15000000
|
|
|
|
#endif
|
|
|