mc146818rtc.h 88 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "mc146818rtc_no.h"
#else
#include "mc146818rtc_mm.h"
#endif