Sign in
android-kvm
/
linux
/
928a87efa42302a23bb9554be081a28058495f22
/
.
/
drivers
/
gpu
/
drm
/
xe
/
xe_pci.h
blob: 611c1209b14cc5a187764f23b20aa1cff03399fe [
file
] [
log
] [
blame
]
/* 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