/* * Copyright 2006, Ingo Weinhold . * Copyright 2010, Andreas Färber * All rights reserved. Distributed under the terms of the MIT License. */ #ifndef OPENFIRMWARE_REAL_TIME_CLOCK_H #define OPENFIRMWARE_REAL_TIME_CLOCK_H #include #ifdef __cplusplus extern "C" { #endif status_t init_real_time_clock(void); bigtime_t real_time_clock_usecs(void); #ifdef __cplusplus } // extern "C" #endif #endif /* OPENFIRMWARE_REAL_TIME_CLOCK_H */