Linux-6.18.2/drivers/gpu/drm/xe/xe_pci.h

13 lines
200 B
C
Raw Normal View History

2025-12-23 20:05:50 +08:00
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2021 Intel Corporation
*/
#ifndef _XE_PCI_H_
#define _XE_PCI_H_
int xe_register_pci_driver(void);
void xe_unregister_pci_driver(void);
#endif