Changeset 121 for trunk/hal/generic/hal_special.h
- Timestamp:
- Jul 3, 2017, 2:17:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_special.h
r101 r121 40 40 * This function returns the global core identifier from the calling core register. 41 41 ****************************************************************************************/ 42 gid_t hal_get_gid(); 42 inline gid_t hal_get_gid(); 43 44 /***************************************************************************************** 45 * This function returns the current value of the hardware cycles counter. 46 ****************************************************************************************/ 47 inline cycle_t hal_time_stamp(); 43 48 44 49 /***************************************************************************************** … … 52 57 * This function returns the current thread pointer from the calling core register. 53 58 ****************************************************************************************/ 54 struct thread_s * hal_get_current_thread();59 inline struct thread_s * hal_get_current_thread(); 55 60 56 61 /*****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.