X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=ucimap.h;fp=ucimap.h;h=a1146448228021ec0a56c56c420a556372b41596;hp=ccd6127bcd4a9ac164fdb55ab54d82638f8a5090;hb=477c19a7223f662ab03d0a077ac6454ab4442ff3;hpb=237a389754d974d579d4c650d65a404b835de5c6 diff --git a/ucimap.h b/ucimap.h index ccd6127..a114644 100644 --- a/ucimap.h +++ b/ucimap.h @@ -68,6 +68,11 @@ enum ucimap_type { UCIMAP_SECTION = 0x3, UCIMAP_CUSTOM = 0x4, UCIMAP_SUBTYPE = 0xf, /* subtype mask */ + + /* automatically create lists from + * options with space-separated items */ + UCIMAP_LIST_AUTO = 0x0100, + UCIMAP_FLAGS = 0xff00, /* flags mask */ }; union ucimap_data {