device/pnp: Add header files for PNP ops
Change-Id: Ifda495420cfb121ad32920bb9f1cbdeef41f6d3a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/31698 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -202,12 +202,10 @@ static __always_inline void write64(volatile void *addr,
|
||||
}
|
||||
#endif
|
||||
|
||||
typedef u32 pnp_devfn_t;
|
||||
#include <device/pnp_type.h>
|
||||
|
||||
#ifdef __SIMPLE_DEVICE__
|
||||
|
||||
#define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC))
|
||||
|
||||
/* Generic functions for pnp devices */
|
||||
static __always_inline void pnp_write_config(
|
||||
pnp_devfn_t dev, uint8_t reg, uint8_t value)
|
||||
|
Reference in New Issue
Block a user