Thomas Gleixner | 55716d2 | 2019-06-01 10:08:42 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Benjamin Herrenschmidt | c6dbaef | 2006-11-11 17:18:39 +1100 | [diff] [blame] | 2 | /* |
| 3 | * Arch specific extensions to struct device |
Benjamin Herrenschmidt | c6dbaef | 2006-11-11 17:18:39 +1100 | [diff] [blame] | 4 | */ |
| 5 | #ifndef _ASM_GENERIC_DEVICE_H |
| 6 | #define _ASM_GENERIC_DEVICE_H |
| 7 | |
| 8 | struct dev_archdata { |
| 9 | }; |
| 10 | |
Magnus Damm | d7aacad | 2009-07-08 13:21:31 +0200 | [diff] [blame] | 11 | struct pdev_archdata { |
| 12 | }; |
| 13 | |
Benjamin Herrenschmidt | c6dbaef | 2006-11-11 17:18:39 +1100 | [diff] [blame] | 14 | #endif /* _ASM_GENERIC_DEVICE_H */ |