hw_mamba_tournament_edition.h 268 B

12345678910111213
  1. #ifndef RAZER_HW_MAMBA_TE_H_
  2. #define RAZER_HW_MAMBA_TE_H_
  3. #include "razer_private.h"
  4. int razer_mamba_te_init(struct razer_mouse *m,
  5. struct libusb_device *udev);
  6. void razer_mamba_te_release(struct razer_mouse *m);
  7. #endif /* RAZER_MAMBA_TOURNAMENT_EDITION_ */