summaryrefslogtreecommitdiff
path: root/inc/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/efi.h')
-rw-r--r--inc/efi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/efi.h b/inc/efi.h
index 43c832e..b8c2f6a 100644
--- a/inc/efi.h
+++ b/inc/efi.h
@@ -52,6 +52,8 @@ Revision History
#include "mips64el/efibind.h"
#elif defined (__riscv) && __riscv_xlen == 64
#include "riscv64/efibind.h"
+#elif defined (__loongarch64)
+#include "loongarch64/efibind.h"
#else
#error Usupported architecture
#endif