We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5f50a commit cb4396eCopy full SHA for cb4396e
include/linux/dmar.h
@@ -106,8 +106,6 @@ static inline bool dmar_rcu_check(void)
106
extern int dmar_table_init(void);
107
extern int dmar_dev_scope_init(void);
108
extern void dmar_register_bus_notifier(void);
109
-extern int dmar_parse_dev_scope(void *start, void *end, int *cnt,
110
- struct dmar_dev_scope **devices, u16 segment);
111
extern void *dmar_alloc_dev_scope(void *start, void *end, int *cnt);
112
extern void dmar_free_dev_scope(struct dmar_dev_scope **devices, int *cnt);
113
extern int dmar_insert_dev_scope(struct dmar_pci_notify_info *info,
0 commit comments