mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Texas Instruments ADS7846 ADC chip.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2754 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3e3d5815cb
commit
fd5a3b33d1
2 changed files with 137 additions and 0 deletions
6
vl.h
6
vl.h
|
@ -1500,6 +1500,12 @@ uint8_t nand_getio(struct nand_flash_s *s);
|
|||
|
||||
#include "ecc.h"
|
||||
|
||||
/* ads7846.c */
|
||||
struct ads7846_state_s;
|
||||
uint32_t ads7846_read(void *opaque);
|
||||
void ads7846_write(void *opaque, uint32_t value);
|
||||
struct ads7846_state_s *ads7846_init(qemu_irq penirq);
|
||||
|
||||
/* PCMCIA/Cardbus */
|
||||
|
||||
struct pcmcia_socket_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue