nt9856x/BSP/linux-kernel/drivers/usb/host/na51000.h
2023-03-28 15:07:53 +08:00

14 lines
268 B
C
Executable File

#ifndef NVTUSBNA51000_REGS
#define NVTUSBNA51000_REGS
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/writeback.h>
void xhci_nvt_host_init(struct platform_device *pdev);
void xhci_nvt_host_uninit(struct platform_device *pdev);
#endif