Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 765efdb9 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: get rid of typedef for DRIVER_PC



Simply switch DRIVER_PC to enum driver_pc.

Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5ecf6d2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@


/******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
/******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
#include "vmcallinterface.h"
#include "vmcallinterface.h"
typedef enum {		/* POSTCODE driver identifier tuples */
enum driver_pc {		/* POSTCODE driver identifier tuples */
	/* visorchipset driver files */
	/* visorchipset driver files */
	VISOR_CHIPSET_PC = 0xA0,
	VISOR_CHIPSET_PC = 0xA0,
	VISOR_CHIPSET_PC_controlvm_c = 0xA1,
	VISOR_CHIPSET_PC_controlvm_c = 0xA1,
@@ -58,7 +58,7 @@ typedef enum { /* POSTCODE driver identifier tuples */
	UISLIB_PC_uisqueue_c = 0xD2,
	UISLIB_PC_uisqueue_c = 0xD2,
	UISLIB_PC_uisthread_c = 0xD3,
	UISLIB_PC_uisthread_c = 0xD3,
	UISLIB_PC_uisutils_c = 0xD4,
	UISLIB_PC_uisutils_c = 0xD4,
} DRIVER_PC;
};


typedef enum {			/* POSTCODE event identifier tuples */
typedef enum {			/* POSTCODE event identifier tuples */
	ATTACH_PORT_ENTRY_PC = 0x001,
	ATTACH_PORT_ENTRY_PC = 0x001,