source:
trunk/softs/test_llsc/scripts/functions.h
@
645
Last change on this file since 645 was 536, checked in by , 11 years ago | |
---|---|
File size: 133 bytes |
Line | |
---|---|
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.