summaryrefslogtreecommitdiffstats
path: root/include/mips/stdint.h
blob: bab55e078578f289b8ea074cfe1edb744d932482 (plain)
1
2
3
4
5
6
7
#ifndef STDINT_H
#define STDINT_H

typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
#endif
OpenPOWER on IntegriCloud