md_var.h (1eb44f02701adb24ea42266da8d51b12589488ec) md_var.h (bb0d0a8efc748ae3a7a6f639d373bac067cf8ba1)
1/*-
2 * Copyright (c) 1998 Doug Rabson
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

--- 57 unchanged lines hidden (view full) ---

66int alpha_platform_teardown_ide_intr(struct device *dev,
67 struct resource *res, void *cookie);
68int alpha_platform_pci_setup_intr(device_t dev, device_t child,
69 struct resource *irq, int flags,
70 driver_intr_t *intr, void *arg,
71 void **cookiep);
72int alpha_platform_pci_teardown_intr(device_t dev, device_t child,
73 struct resource *irq, void *cookie);
1/*-
2 * Copyright (c) 1998 Doug Rabson
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

--- 57 unchanged lines hidden (view full) ---

66int alpha_platform_teardown_ide_intr(struct device *dev,
67 struct resource *res, void *cookie);
68int alpha_platform_pci_setup_intr(device_t dev, device_t child,
69 struct resource *irq, int flags,
70 driver_intr_t *intr, void *arg,
71 void **cookiep);
72int alpha_platform_pci_teardown_intr(device_t dev, device_t child,
73 struct resource *irq, void *cookie);
74int alpha_pci_route_interrupt(device_t bus, device_t dev, int pin);
74#endif
75#endif
75void alpha_platform_assign_pciintr(struct pcicfg *cfg);
76
77#endif /* !_MACHINE_MD_VAR_H_ */
76
77#endif /* !_MACHINE_MD_VAR_H_ */