diff options
author | Henrik Grindal Bakken <hgb@ifi.uio.no> | 2017-03-23 16:02:20 +0100 |
---|---|---|
committer | Henrik Grindal Bakken <hgb@ifi.uio.no> | 2017-12-18 14:15:17 +0100 |
commit | 1381f244c842dbe38ba11b050570ff148ac4994f (patch) | |
tree | 212104f8d2b8133c244473bc147974070c0faab7 /src | |
parent | missing: Add MAX_HANDLE_SZ (diff) | |
download | systemd-1381f244c842dbe38ba11b050570ff148ac4994f.tar.xz systemd-1381f244c842dbe38ba11b050570ff148ac4994f.zip |
missing: Define EFIVARFS_MAGIC if missing
Diffstat (limited to 'src')
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index 381e02dd96..3e2c0afc85 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -585,6 +585,10 @@ struct btrfs_ioctl_quota_ctl_args { #define PR_SET_MM_ENV_END 11 #endif +#ifndef EFIVARFS_MAGIC +#define EFIVARFS_MAGIC 0xde5e81e4 +#endif + #ifndef MAX_HANDLE_SZ #define MAX_HANDLE_SZ 128 #endif |