123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- #ifndef __ALT_TIMESTAMP_H__
- #define __ALT_TIMESTAMP_H__
- #include "alt_types.h"
- #include "altera_avalon_timer.h"
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern int alt_timestamp_start (void);
- extern alt_timestamp_type alt_timestamp (void);
- extern alt_u32 alt_timestamp_freq (void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|