From: Felix Fietkau Date: Wed, 29 Dec 2010 14:08:45 +0000 (+0100) Subject: add BLOBMSG_TYPE_LAST X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=6370c3e6365d938dc3ff6f85aead5c0dc4151f52;ds=sidebyside add BLOBMSG_TYPE_LAST --- diff --git a/blobmsg.h b/blobmsg.h index 9e71939..b50cca9 100644 --- a/blobmsg.h +++ b/blobmsg.h @@ -29,7 +29,9 @@ enum blobmsg_type { BLOBMSG_TYPE_INT64, BLOBMSG_TYPE_INT32, BLOBMSG_TYPE_INT16, - BLOBMSG_TYPE_INT8 + BLOBMSG_TYPE_INT8, + __BLOBMSG_TYPE_LAST, + BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1 }; struct blobmsg_hdr {