A27R版本修改

This commit is contained in:
2025-05-17 14:22:08 +08:00
parent 0fd28aa974
commit 3b3c63f1f3
388 changed files with 319982 additions and 30872 deletions

12
A58-AMTLDR/Src/timer.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef __TIMER_H__
#define __TIMER_H__
#include "typedef.h"
extern void timer_init(void);
//extern void reset_timer_masked (void);
extern void udelay(unsigned long usec);
extern void mdelay(unsigned long msec);
extern ULONG get_timer(ULONG base);
#endif