diff options
Diffstat (limited to 'src/mm-port.h')
-rw-r--r-- | src/mm-port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-port.h b/src/mm-port.h index 2d8d1ad6..8295d264 100644 --- a/src/mm-port.h +++ b/src/mm-port.h @@ -28,8 +28,8 @@ typedef enum { /*< underscore_name=mm_port_subsys >*/ MM_PORT_SUBSYS_NET, MM_PORT_SUBSYS_USBMISC, MM_PORT_SUBSYS_UNIX, - - MM_PORT_SUBSYS_LAST = MM_PORT_SUBSYS_UNIX /*< skip >*/ + MM_PORT_SUBSYS_RPMSG, + MM_PORT_SUBSYS_LAST = MM_PORT_SUBSYS_RPMSG /*< skip >*/ } MMPortSubsys; typedef enum { /*< underscore_name=mm_port_type >*/ |