]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ankh/lib/netboot/osdep.h
Inital import
[l4.git] / l4 / pkg / ankh / lib / netboot / osdep.h
1 #ifndef _OSDEP_H
2 #define _OSDEP_H
3
4 #define __unused __attribute__((unused))
5 #define __aligned __attribute__((aligned(16)))
6
7 /* ANSI prototyping macro */
8 #ifdef  __STDC__
9 #  define       P(x)    x
10 #else
11 #  define       P(x)    ()
12 #endif
13
14 #endif