source: soft/giet_vm/apps/numsplit/producer_proto.h @ 162

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

giet-vm new version

File size: 511 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.171103
8 ** by karaoui@debussy
9 ** MARKER_END
10 **/
11#ifndef _PRODUCER_PROTO_H
12#define _PRODUCER_PROTO_H
13
14#define TASK "producer"
15
16#include "numsplit_common.h"
17
18#define INDEX 102
19
20#define producer_FUNC_NAME(sym) producer_func_ ## sym
21
22#define FUNC(x) __attribute__((constructor(INDEX)))void producer_FUNC_NAME(x) ()
23
24FUNC(prod_func);
25
26#endif /* _PRODUCER_PROTO_H */
Note: See TracBrowser for help on using the repository browser.