irq.h 72 字节
Newer Older
1 2 3 4 5
#ifdef __uClinux__
#include "irq_no.h"
#else
#include "irq_mm.h"
#endif