add BLOBMSG_TYPE_LAST
This commit is contained in:
parent
82ce342055
commit
6370c3e636
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ enum blobmsg_type {
|
||||||
BLOBMSG_TYPE_INT64,
|
BLOBMSG_TYPE_INT64,
|
||||||
BLOBMSG_TYPE_INT32,
|
BLOBMSG_TYPE_INT32,
|
||||||
BLOBMSG_TYPE_INT16,
|
BLOBMSG_TYPE_INT16,
|
||||||
BLOBMSG_TYPE_INT8
|
BLOBMSG_TYPE_INT8,
|
||||||
|
__BLOBMSG_TYPE_LAST,
|
||||||
|
BLOBMSG_TYPE_LAST = __BLOBMSG_TYPE_LAST - 1
|
||||||
};
|
};
|
||||||
|
|
||||||
struct blobmsg_hdr {
|
struct blobmsg_hdr {
|
||||||
|
|
Loading…
Reference in a new issue