📄 ohci-regs.h
字号:
/* * OHCI HCD (Host Controller Driver) for USB. * * linux/drivers/usb/host/ohci-regs.h * * Copyright (C) 2004 by Lothar Wassmann <LW at KARO-electronics.de> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * */#ifdef CONFIG_PCI#include "ohci-pci-regs.h"#elif defined(CONFIG_USB_OHCI_SL811)#include "ohci-sl811-regs.h"#elif defined(CONFIG_USB_OHCI_ISP1362)#include "ohci-isp1362-regs.h"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -