Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / include / asm-generic / device.h
CommitLineData
55716d26 1/* SPDX-License-Identifier: GPL-2.0-only */
c6dbaef2
BH
2/*
3 * Arch specific extensions to struct device
c6dbaef2
BH
4 */
5#ifndef _ASM_GENERIC_DEVICE_H
6#define _ASM_GENERIC_DEVICE_H
7
8struct dev_archdata {
9};
10
d7aacadd
MD
11struct pdev_archdata {
12};
13
c6dbaef2 14#endif /* _ASM_GENERIC_DEVICE_H */