summaryrefslogblamecommitdiffstats
path: root/include/boottime.h
blob: 3518848fe435f5cdf729b46c4236b2abcaae7625 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
#ifndef UTIL_LINUX_BOOTTIME_H
#define UTIL_LINUX_BOOTTIME_H

/*
 * Uses clock_gettime() that requires -lrt
 */
extern int get_boot_time(struct timeval *boot_time);

#endif /* UTIL_LINUX_BOOTTIME_H */