source: soft/giet_vm/apps/numsplit/consumer_proto.h @ 160

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

giet-vm new version

File size: 525 bytes
Line 
1
2/**
3 ** MARKER_BEGIN
4 ** Auto-generated file, dont modify directly
5 ** your changes will be lost !
6 **
7 ** Generated by DSX on 2012-04-16 07:01:50.165154
8 ** by karaoui@debussy
9 ** MARKER_END
10 **/
11#ifndef _CONSUMER_PROTO_H
12#define _CONSUMER_PROTO_H
13
14#define TASK "consumer"
15
16#include "numsplit_common.h"
17
18#define INDEX 103
19
20#define consumer_FUNC_NAME(sym) consumer_func_ ## sym
21
22#undef FUNC
23#define FUNC(x) __attribute__((constructor(INDEX)))void consumer_FUNC_NAME(x) ()
24
25//FUNC(cons_func);
26
27#endif /* _CONSUMER_PROTO_H */
Note: See TracBrowser for help on using the repository browser.