forked from Qortal/Brooklyn
13 lines
233 B
C
13 lines
233 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
/*
|
||
|
* Copyright © 2021 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __I915_PCI_H__
|
||
|
#define __I915_PCI_H__
|
||
|
|
||
|
int i915_pci_register_driver(void);
|
||
|
void i915_pci_unregister_driver(void);
|
||
|
|
||
|
#endif /* __I915_PCI_H__ */
|