source: trunk/softs/test_llsc/scripts/functions.h @ 536

Last change on this file since 536 was 536, checked in by meunier, 11 years ago

Added a tool which generates tests for the LL/SC table, in the soft/ directory.

File size: 133 bytes
Line 
1#ifndef _FUNCTIONS_H_
2#define _FUNCTIONS_H_
3
4
5void take_lock(volatile int * plock);
6void release_lock(volatile int * plock);
7
8#endif
Note: See TracBrowser for help on using the repository browser.