Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 118e048

Browse files
committed
Include qemu/main-loop.h in Pebble UART header
1 parent a6d1d9c commit 118e048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pebble/include/hw/arm/pebble_simple_uart.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include "hw/qdev-core.h"
1414
#include "chardev/char.h"
15+
#include "qemu/main-loop.h"
1516

1617
/* Write handler callback type — intercepts firmware UART TX */
1718
typedef int (*PblUartWriteHandler)(void *opaque, const uint8_t *buf, int len);

0 commit comments

Comments
 (0)