 1cd76c7513
			
		
	
	
		1cd76c7513
		
	
	
	
	
		
			
			. primary purpose is to synchronize with <ieeefp.h> which expects a fp_prec from sys/arch/x86/include/ieeefp.h
		
			
				
	
	
		
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*	$NetBSD: mpacpi.h,v 1.9 2009/04/17 21:07:58 dyoung Exp $	*/
 | |
| 
 | |
| #ifndef _X86_MPACPI_H_
 | |
| #define _X86_MPACPI_H_
 | |
| 
 | |
| struct pcibus_attach_args;
 | |
| 
 | |
| int mpacpi_scan_apics(device_t, int *);
 | |
| int mpacpi_find_interrupts(void *);
 | |
| int mpacpi_pci_attach_hook(device_t, device_t,
 | |
| 			   struct pcibus_attach_args *);
 | |
| 
 | |
| struct mp_intr_map;
 | |
| int mpacpi_findintr_linkdev(struct mp_intr_map *);
 | |
| 
 | |
| extern struct mp_intr_map *mpacpi_sci_override;
 | |
| 
 | |
| #endif /* _X86_MPACPI_H_ */
 |