From 24ccfe7d353ceb0ee4f8d4967604585de92fc9d0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 27 Oct 2011 21:09:47 +0200 Subject: proto-shell: handle the "available" config flag --- proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 57426bd..c401d6f 100644 --- a/proto.h +++ b/proto.h @@ -19,6 +19,7 @@ enum interface_proto_cmd { enum { PROTO_FLAG_IMMEDIATE = (1 << 0), PROTO_FLAG_NODEV = (1 << 1), + PROTO_FLAG_INIT_AVAILABLE = (1 << 2), }; struct interface_proto_state { -- cgit v1.2.1