summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/mc13783-target.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-07 10:53:19 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-07 10:53:19 +0000
commitd7ef2474120f2a009af139754f6d387c8e83c949 (patch)
tree7b63172498900d1c63c238fd256e532b23dd411e /firmware/target/arm/imx31/gigabeat-s/mc13783-target.h
parent235fc05e3be7508c310cfd2ff5151d30b78be971 (diff)
downloadrockbox-d7ef2474120f2a009af139754f6d387c8e83c949.tar.gz
rockbox-d7ef2474120f2a009af139754f6d387c8e83c949.zip
i.MX31/Gigabeat S minor cleaning: Make HW access more obvious in places I forgot to do earlier. Reduce the number of structs that need to be filled-out for some drivers just to simplify a little. Change some types.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25870 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/mc13783-target.h')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/mc13783-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/mc13783-target.h b/firmware/target/arm/imx31/gigabeat-s/mc13783-target.h
index 2ae3be1819..48d634035a 100644
--- a/firmware/target/arm/imx31/gigabeat-s/mc13783-target.h
+++ b/firmware/target/arm/imx31/gigabeat-s/mc13783-target.h
@@ -33,6 +33,7 @@ enum mc13783_event_ids
33#endif 33#endif
34 MC13783_SE1_EVENT, /* Main charger detection */ 34 MC13783_SE1_EVENT, /* Main charger detection */
35 MC13783_USB_EVENT, /* USB insertion */ 35 MC13783_USB_EVENT, /* USB insertion */
36 MC13783_NUM_EVENTS,
36}; 37};
37 38
38#endif /* MC13783_TARGET_H */ 39#endif /* MC13783_TARGET_H */