mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix linux, probably.
This commit is contained in:
@ -98,9 +98,11 @@
|
|||||||
/*
|
/*
|
||||||
* Bluetooth device address
|
* Bluetooth device address
|
||||||
*/
|
*/
|
||||||
|
#ifndef __BLUETOOTH_H
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t b[BLUETOOTH_BDADDR_SIZE];
|
uint8_t b[BLUETOOTH_BDADDR_SIZE];
|
||||||
} bdaddr_t;
|
} bdaddr_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }
|
#define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user