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