summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/pit.h
blob: 92426e976360cfdc0abfc2a73e780bb917a9b9d6 (plain)
1
2
3
4
5
6
7
#ifndef _PIT_H
#define _PIT_H

extern void pit_init(void);
extern void pit_mdelay(u_int32_t ms);

#endif
personal git repositories of Harald Welte. Your mileage may vary