diff options
| author | Evan Lojewski <github@meklort.com> | 2018-06-13 20:37:57 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2018-06-13 20:37:57 -0600 |
| commit | 2fa27d8accff8c97ad99c72ccc98320e85a99c3c (patch) | |
| tree | 79dc5c1a7cd7ce985c1afcb18715a5747225db06 /include/mips/stdint.h | |
| parent | 814302565688d88351949a0ccef815541386ce9e (diff) | |
| download | bcm5719-ortega-2fa27d8accff8c97ad99c72ccc98320e85a99c3c.tar.gz bcm5719-ortega-2fa27d8accff8c97ad99c72ccc98320e85a99c3c.zip | |
Begin enabling building for mips targets.
Diffstat (limited to 'include/mips/stdint.h')
| -rw-r--r-- | include/mips/stdint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mips/stdint.h b/include/mips/stdint.h new file mode 100644 index 0000000..bab55e0 --- /dev/null +++ b/include/mips/stdint.h @@ -0,0 +1,7 @@ +#ifndef STDINT_H +#define STDINT_H + +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +typedef unsigned int uint32_t; +#endif
\ No newline at end of file |

