~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to board/nvidia/common/board.h

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-01 18:07:19 UTC
  • mfrom: (16.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120501180719-rjntk3287im4a0ns
Tags: 2012.04.01-1
* New upstream version.
  - Update mipsel-native-endianness.diff.
  - Update no-error-on-set-but-unused-variables.diff (partially merged).
  - Drop kirkwood_spi-irq_mask.diff (merged).
  - Drop kirkwood-disable-l2c.diff (merged).

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define _BOARD_H_
26
26
 
27
27
void gpio_config_uart(void);
28
 
int tegra2_mmc_init(int dev_index, int bus_width, int pwr_gpio, int cd_gpio);
 
28
void gpio_early_init_uart(void);
 
29
 
 
30
/*
 
31
 * Set up any pin muxing needed for USB (for now, since fdt doesn't support
 
32
 * it). Boards can overwrite the default fucction which does nothing.
 
33
 */
 
34
void pin_mux_usb(void);
29
35
 
30
36
#endif  /* BOARD_H */