From 602524469ecd7db0e0d5a71ecd1dce34f7a108b6 Mon Sep 17 00:00:00 2001 From: Pawel Szewczyk Date: Mon, 21 Sep 2015 15:43:47 +0200 Subject: core: Add socket type for usb functionfs endpoints For handling functionfs endpoints additional socket type is added. --- src/core/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/socket.h') diff --git a/src/core/socket.h b/src/core/socket.h index e1046adad4..286397b41c 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -60,6 +60,7 @@ typedef enum SocketType { SOCKET_FIFO, SOCKET_SPECIAL, SOCKET_MQUEUE, + SOCKET_USB_FUNCTION, _SOCKET_FIFO_MAX, _SOCKET_FIFO_INVALID = -1 } SocketType; -- cgit v1.2.3-54-g00ecf