brintos

brintos / linux-shallow public Read only

0
0
Text · 200 B · 611c120 Raw
13 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2021 Intel Corporation4 */5 6#ifndef _XE_PCI_H_7#define _XE_PCI_H_8 9int xe_register_pci_driver(void);10void xe_unregister_pci_driver(void);11 12#endif13