(2006-08-06) rescue-bootcd
This commit is contained in:
21
extra/syslinux-3.09/com32/include/sys/times.h
Normal file
21
extra/syslinux-3.09/com32/include/sys/times.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* sys/times.h
|
||||
*/
|
||||
|
||||
#ifndef _SYS_TIMES_H
|
||||
#define _SYS_TIMES_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct tms {
|
||||
/* Empty */
|
||||
};
|
||||
|
||||
#define HZ 18 /* Piddly resolution... */
|
||||
#define CLK_TCK HZ
|
||||
|
||||
typedef uint16_t clock_t;
|
||||
|
||||
clock_t times(struct tms *);
|
||||
|
||||
#endif /* _SYS_TIMES_H */
|
||||
Reference in New Issue
Block a user