source:
trunk/softs/test_llsc/scripts/functions.h
@
778
Last change on this file since 778 was 536, checked in by , 11 years ago | |
---|---|
File size: 133 bytes |
Rev | Line | |
---|---|---|
[536] | 1 | #ifndef _FUNCTIONS_H_ |
2 | #define _FUNCTIONS_H_ | |
3 | ||
4 | ||
5 | void take_lock(volatile int * plock); | |
6 | void release_lock(volatile int * plock); | |
7 | ||
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.