repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.7.6
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
device.h
blob
49bd6cf3eec919d8896797b83d81b7600b6e456a
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_X86_DEVICE_H
3
#define _ASM_X86_DEVICE_H
4
5
struct
dev_archdata
{
6
#ifdef CONFIG_IOMMU_API
7
void
*
iommu
;
/* hook for IOMMU specific extension */
8
#endif
9
};
10
11
struct
pdev_archdata
{
12
};
13
14
#endif
/* _ASM_X86_DEVICE_H */