tosa_bt.h 442 B

1234567891011121314151617181920212223
  1. /*
  2. * Tosa bluetooth built-in chip control.
  3. *
  4. * Later it may be shared with some other platforms.
  5. *
  6. * Copyright (c) 2008 Dmitry Baryshkov
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. *
  12. */
  13. #ifndef TOSA_BT_H
  14. #define TOSA_BT_H
  15. struct tosa_bt_data {
  16. int gpio_pwr;
  17. int gpio_reset;
  18. };
  19. #endif