Yes, starting to build.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@998 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
adc163d08f
commit
ea391ee4b6
3 changed files with 100 additions and 95 deletions
|
|
@ -31,7 +31,7 @@ u8 rawpnp_read_config(u16 port, u8 reg);
|
|||
void rawpnp_set_logical_device(u16 port, u8 ldn);
|
||||
void rawpnp_set_enable(u16 port, int enable);
|
||||
void rawpnp_set_iobase(u16 port, u8 index, u16 iobase);
|
||||
|
||||
void rawpnp_set_irq(u16 port, unsigned index, unsigned irq);
|
||||
/* Primitive pnp resource manipulation */
|
||||
void pnp_write_config(struct device * dev, u8 reg, u8 value);
|
||||
u8 pnp_read_config(struct device * dev, u8 reg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue