Make UEFI boot-platform build again
[haiku.git] / headers / private / libroot / times_private.h
blob00b1218fee82b697c63e73dee9a05c630f5babc1
1 /*
2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LIBROOT_TIMES_PRIVATE_H
6 #define _LIBROOT_TIMES_PRIVATE_H
9 #include <sys/cdefs.h>
10 #include <sys/times.h>
13 __BEGIN_DECLS
16 clock_t __times_beos(struct tms* tms);
17 clock_t __times(struct tms* tms);
20 __END_DECLS
23 #endif // _LIBROOT_TIMES_PRIVATE_H