mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-11 13:37:05 +00:00
Add missing gpio_handler_t definition.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2758 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9d55199763
commit
2a1d1880e5
3
vl.h
3
vl.h
@ -1506,6 +1506,9 @@ uint8_t nand_getio(struct nand_flash_s *s);
|
|||||||
|
|
||||||
#include "ecc.h"
|
#include "ecc.h"
|
||||||
|
|
||||||
|
/* GPIO */
|
||||||
|
typedef void (*gpio_handler_t)(int line, int level, void *opaque);
|
||||||
|
|
||||||
/* ads7846.c */
|
/* ads7846.c */
|
||||||
struct ads7846_state_s;
|
struct ads7846_state_s;
|
||||||
uint32_t ads7846_read(void *opaque);
|
uint32_t ads7846_read(void *opaque);
|
||||||
|
Loading…
Reference in New Issue
Block a user