xref: /linux/drivers/gpu/drm/i915/i915_pci.h (revision 3149733584c8f0ab828eada539df7aa488c023a9)
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