chiark / gitweb /
util: move is_efiboot() to efivars.c
[elogind.git] / src / shared / util.h
index d2603859911da0411e1c7b17d0f928f9e3225bc8..202e15d481e7d0a7d1d11c7676d4b547e1c573bb 100644 (file)
@@ -60,8 +60,6 @@ union dirent_storage {
 #define ANSI_HIGHLIGHT_YELLOW_ON "\x1B[1;33m"
 #define ANSI_HIGHLIGHT_OFF "\x1B[0m"
 
-bool is_efiboot(void);
-
 size_t page_size(void);
 #define PAGE_ALIGN(l) ALIGN_TO((l), page_size())