openpicvar.h (60727d8b86294910d41cbda1a50a855ea0537449) | openpicvar.h (ef544f631226436ef590825881e7a28369df82f6) |
---|---|
1/*- 2 * Copyright (C) 2002 Benno Rice. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 44 unchanged lines hidden (view full) --- 53int openpic_attach(device_t); 54 55/* 56 * PIC interface. 57 */ 58struct resource *openpic_allocate_intr(device_t, device_t, int *, 59 u_long, u_int); 60int openpic_setup_intr(device_t, device_t, | 1/*- 2 * Copyright (C) 2002 Benno Rice. 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 44 unchanged lines hidden (view full) --- 53int openpic_attach(device_t); 54 55/* 56 * PIC interface. 57 */ 58struct resource *openpic_allocate_intr(device_t, device_t, int *, 59 u_long, u_int); 60int openpic_setup_intr(device_t, device_t, |
61 struct resource *, int, driver_intr_t, void *, 62 void **); | 61 struct resource *, int, driver_filter_t, 62 driver_intr_t, void *, void **); |
63int openpic_teardown_intr(device_t, device_t, 64 struct resource *, void *); 65int openpic_release_intr(device_t dev, device_t, int, 66 struct resource *res); 67 68#endif /* _POWERPC_OPENPICVAR_H_ */ | 63int openpic_teardown_intr(device_t, device_t, 64 struct resource *, void *); 65int openpic_release_intr(device_t dev, device_t, int, 66 struct resource *res); 67 68#endif /* _POWERPC_OPENPICVAR_H_ */ |