#ifndef _PIT_H #define _PIT_H extern void pit_init(void); extern void pit_mdelay(u_int32_t ms); #endif