mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06: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
1 changed files with 3 additions and 0 deletions
3
vl.h
3
vl.h
|
@ -1506,6 +1506,9 @@ uint8_t nand_getio(struct nand_flash_s *s);
|
|||
|
||||
#include "ecc.h"
|
||||
|
||||
/* GPIO */
|
||||
typedef void (*gpio_handler_t)(int line, int level, void *opaque);
|
||||
|
||||
/* ads7846.c */
|
||||
struct ads7846_state_s;
|
||||
uint32_t ads7846_read(void *opaque);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue