source: branches/fault_tolerance/softs/test_llsc/scripts/functions.h @ 724

Last change on this file since 724 was 724, checked in by cfuguet, 10 years ago

branches/fault_tolerance:

  • Recreating fault_tolerance branch with all new modifications from trunk.
  • Introducing distributed boot rom in the tsar_generic_iob platform
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.