source: soft/giet_vm/libs/srl.h @ 186

Last change on this file since 186 was 178, checked in by karaoui, 12 years ago

updating libs.

File size: 450 bytes
Line 
1#ifndef SRL_H_
2#define SRL_H_
3
4/**
5   @file
6   @module{SRL}
7   @short SRL Api main header
8 */
9
10#include "libsrl/srl_public_types.h"
11//#include "libsrl/srl_private_types.h"
12
13#include "libsrl/srl_lock.h"
14#include "libsrl/srl_mwmr.h"
15#include "libsrl/srl_log.h"
16#include "libsrl/srl_barrier.h"
17#include "libsrl/srl_memspace.h"
18
19#include "libsrl/srl_hw_helpers.h"
20
21#include "libsrl/srl_args.h"
22
23//kernel use!
24//#include "libsrl/srl_mwmr_sys.h"
25
26
27#endif
28
Note: See TracBrowser for help on using the repository browser.