2019-06-01 08:08:42 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2006-11-11 06:18:39 +00:00
|
|
|
/*
|
|
|
|
* Arch specific extensions to struct device
|
|
|
|
*/
|
2006-11-11 06:18:42 +00:00
|
|
|
#ifndef _ASM_IA64_DEVICE_H
|
|
|
|
#define _ASM_IA64_DEVICE_H
|
2006-11-11 06:18:39 +00:00
|
|
|
|
2006-11-11 06:18:42 +00:00
|
|
|
struct dev_archdata {
|
|
|
|
};
|
|
|
|
|
2009-07-08 11:21:31 +00:00
|
|
|
struct pdev_archdata {
|
|
|
|
};
|
|
|
|
|
2006-11-11 06:18:42 +00:00
|
|
|
#endif /* _ASM_IA64_DEVICE_H */
|