[libc-commits] [libc] [libc] Add UEFI headers (PR #127126)
via libc-commits
libc-commits at lists.llvm.org
Thu Feb 13 13:21:14 PST 2025
================
@@ -0,0 +1,134 @@
+//===-- Definition of EFI_RUNTIME_SERVICES type ---------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_TYPES_EFI_RUNTIME_SERVICES_H
+#define LLVM_LIBC_TYPES_EFI_RUNTIME_SERVICES_H
+
+#include "../llvm-libc-macros/EFIAPI-macros.h"
----------------
lntue wrote:
Can you also add direct dependency from `../llvm-libc-macros/stdint-macros.h` to this one?
https://github.com/llvm/llvm-project/pull/127126
More information about the libc-commits
mailing list