summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-06-13 16:04:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-13 16:04:49 +0200
commit4126f15002a874a7b860b2f2a1ef45c1a63308d1 (patch)
tree50cf450e3fef3130e3129dbd020552c0cb0452e4 /include
parentb2cb923506b6532ecd06a48e57757d24ccf4940b (diff)
downloadbarebox-4126f15002a874a7b860b2f2a1ef45c1a63308d1.tar.gz
barebox-4126f15002a874a7b860b2f2a1ef45c1a63308d1.tar.xz
Revert "globalvar: remove code for unqualified globalvars"
This reverts commit e4f81050e098074792730b61563538d9e394e3d6.
Diffstat (limited to 'include')
-rw-r--r--include/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/param.h b/include/param.h
index 449d3d78e9..2592a09c3a 100644
--- a/include/param.h
+++ b/include/param.h
@@ -6,6 +6,7 @@
#include <linux/list.h>
#define PARAM_FLAG_RO (1 << 0)
+#define PARAM_GLOBALVAR_UNQUALIFIED (1 << 1)
struct device_d;
typedef uint32_t IPaddr_t;