JustOS/linux-6.13/drivers/gpu/drm/xe/xe_pci.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

13 lines
200 B
C

/* 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