X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fnetlabel%2Fnetlabel_mgmt.h;h=a43bff169d6b5f793b0550b6b4fa65b5a53b37c5;hb=fca09fb732b2cc310110b2fcbf3449df043a96d0;hp=3642d3bfc8eb07ed91f1000b0ad7f25258476e21;hpb=7e4720201ad44ace85a443f41d668a62a737e7d0;p=linux-2.6-omap-h63xx.git diff --git a/net/netlabel/netlabel_mgmt.h b/net/netlabel/netlabel_mgmt.h index 3642d3bfc8e..a43bff169d6 100644 --- a/net/netlabel/netlabel_mgmt.h +++ b/net/netlabel/netlabel_mgmt.h @@ -32,6 +32,7 @@ #define _NETLABEL_MGMT_H #include +#include /* * The following NetLabel payloads are supported by the management interface. @@ -168,4 +169,7 @@ enum { /* NetLabel protocol functions */ int netlbl_mgmt_genl_init(void); +/* NetLabel configured protocol reference counter */ +extern atomic_t netlabel_mgmt_protocount; + #endif