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