mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-21 21:43:23 +00:00
trivial: Fix up the typedef'd enum style
This commit is contained in:
parent
2153cd0f89
commit
8dafc604e0
@ -45,7 +45,7 @@ typedef enum {
|
||||
DPCD_SUCCESS = 0,
|
||||
DPCD_SEEK_FAIL,
|
||||
DPCD_ACCESS_FAIL,
|
||||
}dpcd_return;
|
||||
} SynapticsMstDpcdRc;
|
||||
|
||||
typedef enum {
|
||||
UPDC_COMMAND_SUCCESS = 0,
|
||||
@ -53,7 +53,7 @@ typedef enum {
|
||||
UPDC_COMMAND_UNSUPPORT,
|
||||
UPDC_COMMAND_FAILED,
|
||||
UPDC_COMMAND_DISABLED,
|
||||
}RC_STATUS;
|
||||
} SynapticsMstUpdcRc;
|
||||
|
||||
typedef enum {
|
||||
UPDC_ENABLE_RC = 1,
|
||||
@ -69,7 +69,7 @@ typedef enum {
|
||||
UPDC_WRITE_TO_TX_DPCD = 0x22,
|
||||
UPDC_READ_FROM_EEPROM = 0x30,
|
||||
UPDC_READ_FROM_TX_DPCD = 0x32,
|
||||
}RC_COMMAND;
|
||||
} SynapticsMstUpdcCmd;
|
||||
|
||||
gint synapticsmst_common_open_aux_node (const gchar *filename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user