diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2013-11-22 16:58:25 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-13 13:41:28 +0100 |
commit | 84ab92d85a331e835ab5672865e0238d08ee8857 (patch) | |
tree | d7bd444211ba461866adce8f823c695b217b021b /src/mm-port.h | |
parent | 65f87561c58571bce8fca18c568a03f53f3d40eb (diff) |
port-serial: allow ports based on Unix sockets
Diffstat (limited to 'src/mm-port.h')
-rw-r--r-- | src/mm-port.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-port.h b/src/mm-port.h index 3e772cfc..d99179ed 100644 --- a/src/mm-port.h +++ b/src/mm-port.h @@ -25,8 +25,9 @@ typedef enum { /*< underscore_name=mm_port_subsys >*/ MM_PORT_SUBSYS_TTY, MM_PORT_SUBSYS_NET, MM_PORT_SUBSYS_USB, + MM_PORT_SUBSYS_UNIX, - MM_PORT_SUBSYS_LAST = MM_PORT_SUBSYS_USB /*< skip >*/ + MM_PORT_SUBSYS_LAST = MM_PORT_SUBSYS_UNIX /*< skip >*/ } MMPortSubsys; typedef enum { /*< underscore_name=mm_port_type >*/ |