Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/ppc/ppcvar.h 183053 2008-09-15 22:26:32Z jhb $
---
> * $FreeBSD: head/sys/dev/ppc/ppcvar.h 187576 2009-01-21 23:10:06Z jhb $
34a35
> int ppc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
42,44d42
< int ppc_setup_intr(device_t, device_t, struct resource *, int,
< driver_filter_t *filt, void (*)(void *), void *, void **);
< int ppc_teardown_intr(device_t, device_t, struct resource *, void *);