1 // SPDX-License-Identifier: GPL-2.0 2 #include <stdint.h> 3 int h4_download_patch(int fd, int index, uint8_t *data, int len); 4 int h4_vendor_change_speed(int fd, uint32_t baudrate); 5 int h4_hci_reset(int fd); 6 int h4_read_local_ver(int fd); 7 int h4_vendor_read_rom_ver(int fd); 8