xref: /linux/drivers/gpu/drm/i915/i915_pci.h (revision 314f14abdeca78de6b16f97d796a9966ce4b90ae)
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2021 Intel Corporation
5  */
6 
7 int i915_register_pci_driver(void);
8 void i915_unregister_pci_driver(void);
9