diff options
author | Pawel Szewczyk <p.szewczyk@samsung.com> | 2015-09-21 15:43:47 +0200 |
---|---|---|
committer | Pawel Szewczyk <p.szewczyk@samsung.com> | 2015-09-22 16:32:16 +0200 |
commit | 602524469ecd7db0e0d5a71ecd1dce34f7a108b6 (patch) | |
tree | 4773c06ed08dfa29975760fecf65add7acec30cd /src/core/socket.h | |
parent | 15087cdbd63312f706f21339489daf210ae609d0 (diff) |
core: Add socket type for usb functionfs endpoints
For handling functionfs endpoints additional socket type is added.
Diffstat (limited to 'src/core/socket.h')
-rw-r--r-- | src/core/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |