summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/stdint.h
blob: 1277aae4be8ba3004d41deb4eb4372450d56aa46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * stdint.h
 *
 * ISO C99 integer types
 *
 * $Id$
 */

#ifndef __STDINT_H
#define __STDINT_H

#ifdef __cplusplus
extern "C" {
#endif

#include <sys/_stdint.h>

#ifdef __cplusplus
}
#endif

#endif