aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-26 16:28:28 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-28 15:50:51 +0200
commitb19f97ae7dbbe38f1613c978a5760ac05e0bd72f (patch)
treebe07219bd7743327e7ae37c509444db2c6a11807 /src/mm-port.h
parent3b481cf17f7c28edd58da87f3f0a0373f7c03131 (diff)
port: new `MM_PORT_TYPE_NET' for pure net devices
Net devices will be MMPorts of type MM_PORT_TYPE_NET.
Diffstat (limited to 'src/mm-port.h')
-rw-r--r--src/mm-port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port.h b/src/mm-port.h
index 847e5a4c..2edd7094 100644
--- a/src/mm-port.h
+++ b/src/mm-port.h
@@ -30,6 +30,7 @@ typedef enum { /*< underscore_name=mm_port_subsys >*/
typedef enum { /*< underscore_name=mm_port_type >*/
MM_PORT_TYPE_UNKNOWN = 0x0,
MM_PORT_TYPE_IGNORED,
+ MM_PORT_TYPE_NET,
MM_PORT_TYPE_AT,
MM_PORT_TYPE_QCDM,