3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 14:54:17 +00:00
Brooklyn/arch/ia64/include/asm/device.h

15 lines
236 B
C
Raw Normal View History

2022-04-02 13:08:56 +00:00
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Arch specific extensions to struct device
*/
#ifndef _ASM_IA64_DEVICE_H
#define _ASM_IA64_DEVICE_H
struct dev_archdata {
};
struct pdev_archdata {
};
#endif /* _ASM_IA64_DEVICE_H */