]> git.sur5r.net Git - u-boot/blobdiff - include/efi_selftest.h
Convert CONFIG_OMAP_USB_PHY to Kconfig
[u-boot] / include / efi_selftest.h
index 5cc8d4f6006f084cece25933a1512df42e91620e..be5ba4bfa91ccc0b8eca88cda6d06c42a3737f3f 100644 (file)
        (efi_st_printf("%s(%u):\nERROR: ", __FILE__, __LINE__), \
        efi_st_printf(__VA_ARGS__)) \
 
+/*
+ * Prints a TODO message.
+ *
+ * @...        format string followed by fields to print
+ */
+#define efi_st_todo(...) \
+       (efi_st_printf("%s(%u):\nTODO: ", __FILE__, __LINE__), \
+       efi_st_printf(__VA_ARGS__)) \
+
 /*
  * A test may be setup and executed at boottime,
  * it may be setup at boottime and executed at runtime,