swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 05dda977f2574c3341abef9b74c27d2b362e1e3a authored by Linus Torvalds on 26 March 2008, 01:38:14 UTC
Linux 2.6.25-rc7
Tip revision: 05dda97
device.h
/*
 * Arch specific extensions to struct device
 *
 * This file is released under the GPLv2
 */
#ifndef _ASM_IA64_DEVICE_H
#define _ASM_IA64_DEVICE_H

struct dev_archdata {
#ifdef CONFIG_ACPI
	void	*acpi_handle;
#endif
};

#endif /* _ASM_IA64_DEVICE_H */
back to top