]> git.sur5r.net Git - u-boot/blobdiff - common/iotrace.c
efi_loader: create handles from normal memory
[u-boot] / common / iotrace.c
index ced426ea5c65f2f3c8b2a3e0ed030199a4cc0490..b16b0d612ddbc5781c98cd456b99f13c1acf3dff 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2014 Google, Inc.
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #define IOTRACE_IMPL
 
 #include <common.h>
+#include <mapmem.h>
 #include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;