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