limine/common/lib/time.h

9 lines
95 B
C

#ifndef LIB__TIME_H__
#define LIB__TIME_H__
#include <stdint.h>
uint64_t time(void);
#endif