|
@@ -4,12 +4,12 @@
|
|
|
#define USE_DVICHIP
|
|
|
|
|
|
/* Hot Plug detection mode structure */
|
|
|
-typedef enum _sii164_hot_plug_mode_t {
|
|
|
+enum sii164_hot_plug_mode {
|
|
|
SII164_HOTPLUG_DISABLE = 0, /* Disable Hot Plug output bit (always high). */
|
|
|
SII164_HOTPLUG_USE_MDI, /* Use Monitor Detect Interrupt bit. */
|
|
|
SII164_HOTPLUG_USE_RSEN, /* Use Receiver Sense detect bit. */
|
|
|
SII164_HOTPLUG_USE_HTPLG /* Use Hot Plug detect bit. */
|
|
|
-} sii164_hot_plug_mode_t;
|
|
|
+};
|
|
|
|
|
|
|
|
|
/* Silicon Image SiI164 chip prototype */
|