aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/phonet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/phonet.h b/include/linux/phonet.h
index 76edadf046d3..85e14a83283b 100644
--- a/include/linux/phonet.h
+++ b/include/linux/phonet.h
@@ -47,6 +47,8 @@
47 47
48/* ioctls */ 48/* ioctls */
49#define SIOCPNGETOBJECT (SIOCPROTOPRIVATE + 0) 49#define SIOCPNGETOBJECT (SIOCPROTOPRIVATE + 0)
50#define SIOCPNADDRESOURCE (SIOCPROTOPRIVATE + 14)
51#define SIOCPNDELRESOURCE (SIOCPROTOPRIVATE + 15)
50 52
51/* Phonet protocol header */ 53/* Phonet protocol header */
52struct phonethdr { 54struct phonethdr {