summaryrefslogtreecommitdiffstats
path: root/include/bbu.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:37:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-08 13:37:28 +0200
commitfd50a8d758cb79a6ca833e82e6d533a3bbcc247d (patch)
treede862ee99138ea54e97234ec4a1ae172e87487de /include/bbu.h
parent0d3f88a6dbe59bced2530e69d241f569be58cf3c (diff)
parent60f2c23684797173169a940abf9f1985537c156e (diff)
downloadbarebox-fd50a8d758cb79a6ca833e82e6d533a3bbcc247d.tar.gz
barebox-fd50a8d758cb79a6ca833e82e6d533a3bbcc247d.tar.xz
Merge branch 'for-next/imx-bbu-nand-fcb'
Diffstat (limited to 'include/bbu.h')
-rw-r--r--include/bbu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbu.h b/include/bbu.h
index 701d7f61f6..9d24ffc395 100644
--- a/include/bbu.h
+++ b/include/bbu.h
@@ -24,6 +24,7 @@ struct bbu_handler {
const char *name;
struct list_head list;
#define BBU_HANDLER_FLAG_DEFAULT (1 << 0)
+#define BBU_HANDLER_CAN_REFRESH (1 << 1)
unsigned long flags;
/* default device file, can be overwritten on the command line */