mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
staging: unisys: remove typedef for CHANNEL_SERVERSTATE
Remove the typedef for CHANNEL_SERVERSTATE and use enum channel_serverstate instead. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ddb38ae644
commit
1e73f4b533
@@ -50,10 +50,10 @@
|
||||
|
||||
#define ULTRA_CHANNEL_PROTOCOL_SIGNATURE SIGNATURE_32('E', 'C', 'N', 'L')
|
||||
|
||||
typedef enum {
|
||||
enum channel_serverstate {
|
||||
CHANNELSRV_UNINITIALIZED = 0, /* channel is in an undefined state */
|
||||
CHANNELSRV_READY = 1 /* channel has been initialized by server */
|
||||
} CHANNEL_SERVERSTATE;
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
CHANNELCLI_DETACHED = 0,
|
||||
|
||||
Reference in New Issue
Block a user