diff options
Diffstat (limited to 'hw/bt.h')
-rw-r--r-- | hw/bt.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "hw/irq.h" + /* BD Address */ typedef struct { uint8_t b[6]; |