xref: /minix/minix/include/ddekit/attribs.h (revision 83133719)
1 #ifndef _DDEKIT_ATTRIBS_H
2 #define _DDEKIT_ATTRIBS_H
3 
4 #ifdef __ACK__
5 
6 
7 #else
8 
9 #define DDEKIT_USED        __attribute__((used))
10 #define DDEKIT_CONSTRUCTOR __attribute__((constructor))
11 
12 
13 #define DDEKIT_PUBLIC PUBLIC
14 #define DDEKIT_PRIVATE static
15 #endif
16 #endif
17