diff --git a/include/mci/twl6030.h b/include/mci/twl6030.h new file mode 100644 index 0000000..0ca828c --- /dev/null +++ b/include/mci/twl6030.h @@ -0,0 +1,10 @@ +/* + * TWL6030 header file. + */ + +#ifndef __MCI_TWL6030_H__ +#define __MCI_TWL6030_H__ + +void twl6030_mci_power_init(void); + +#endif