twl4030.h (2c15513010493435c78f83202940ac3be11de2c3) | twl4030.h (fccc0fcaaae5154612f8259365d26d04f204859f) |
---|---|
1/* 2 * Copyright (c) 2009 Wind River Systems, Inc. 3 * Tom Rix <Tom.Rix at windriver.com> 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation; either version 2 of 8 * the License, or (at your option) any later version. --- 376 unchanged lines hidden (view full) --- 385/* 386 * Power 387 */ 388 389/* For hardware resetting */ 390void twl4030_power_reset_init(void); 391/* For initializing power device */ 392void twl4030_power_init(void); | 1/* 2 * Copyright (c) 2009 Wind River Systems, Inc. 3 * Tom Rix <Tom.Rix at windriver.com> 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License as 7 * published by the Free Software Foundation; either version 2 of 8 * the License, or (at your option) any later version. --- 376 unchanged lines hidden (view full) --- 385/* 386 * Power 387 */ 388 389/* For hardware resetting */ 390void twl4030_power_reset_init(void); 391/* For initializing power device */ 392void twl4030_power_init(void); |
393/* For initializing mmc power */ 394void twl4030_power_mmc_init(void); 395 |
|
393/* 394 * LED 395 */ 396void twl4030_led_init(void); 397 398#endif /* TWL4030_H */ | 396/* 397 * LED 398 */ 399void twl4030_led_init(void); 400 401#endif /* TWL4030_H */ |