summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/msc-x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/msc-x1000.h')
-rw-r--r--firmware/target/mips/ingenic_x1000/msc-x1000.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/firmware/target/mips/ingenic_x1000/msc-x1000.h b/firmware/target/mips/ingenic_x1000/msc-x1000.h
index 53a5b301f0..70f67a70d6 100644
--- a/firmware/target/mips/ingenic_x1000/msc-x1000.h
+++ b/firmware/target/mips/ingenic_x1000/msc-x1000.h
@@ -83,18 +83,13 @@
83#define MSC_SPEED_FAST 25000000 83#define MSC_SPEED_FAST 25000000
84#define MSC_SPEED_HIGH 50000000 84#define MSC_SPEED_HIGH 50000000
85 85
86typedef struct msc_gpio_data {
87 int port;
88 int pin;
89 int active_level;
90} msc_gpio_data;
91
92typedef struct msc_config { 86typedef struct msc_config {
93 int msc_nr; 87 int msc_nr;
94 int msc_type; 88 int msc_type;
95 int bus_width; 89 int bus_width;
96 const char* label; 90 const char* label;
97 struct msc_gpio_data cd_gpio; 91 int cd_gpio;
92 int cd_active_level;
98} msc_config; 93} msc_config;
99 94
100typedef struct msc_req { 95typedef struct msc_req {