diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-19 04:41:33 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-21 01:04:16 +0100 |
commit | 34e5a31ec5897de8ba1436dad53df99637569d0a (patch) | |
tree | b9cdf255a4af787ac20905f25878cafb5266ec59 /src/shared/util.h | |
parent | e1af7092a8e124eff5f7a668f0f1562c4df4b02f (diff) |
util: move is_efiboot() to efivars.c
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index d260385991..202e15d481 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -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()) |