mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-30 14:55:25 -04:00
experimental support for loongson mips64el uefi
This commit is contained in:
parent
bb7e10d93e
commit
b63ce2a3df
294 changed files with 26406 additions and 96 deletions
|
@ -35,7 +35,9 @@
|
|||
#define IS_DIGIT(x) ((x) >= '0' && (x) <= '9')
|
||||
|
||||
#ifndef USE_DIET_C
|
||||
#ifndef __mips__
|
||||
typedef unsigned long long uint64_t;
|
||||
#endif
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef unsigned char uint8_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue