bcm63xx_dev_dsp.h 268 B

1234567891011121314
  1. #ifndef __BCM63XX_DSP_H
  2. #define __BCM63XX_DSP_H
  3. struct bcm63xx_dsp_platform_data {
  4. unsigned gpio_rst;
  5. unsigned gpio_int;
  6. unsigned cs;
  7. unsigned ext_irq;
  8. };
  9. int __init bcm63xx_dsp_register(const struct bcm63xx_dsp_platform_data *pd);
  10. #endif /* __BCM63XX_DSP_H */