altos: Allow ports to use type other than 'void *' for gpio block
authorKeith Packard <keithp@keithp.com>
Tue, 28 Mar 2023 04:25:43 +0000 (21:25 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Mar 2023 04:25:43 +0000 (21:25 -0700)
commit4d9874c473887a4f43ba14ac855a2db00a740d2d
tree8226bca9248146d5bb5eaf1204b0459754843401
parent79826cdbba8fe52e05ccf69e7722890e85cc0d1a
altos: Allow ports to use type other than 'void *' for gpio block

LPC uses integers while everyone else has a struct for each gpio block.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_led.c
src/kernel/ao.h
src/lpc/ao_arch.h