source:
trunk/softs/test_llsc/scripts/functions.h
@
747
| Last change on this file since 747 was 536, checked in by , 12 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.
