wl_linux.h
来自「wi-fi sources for asus wl138g v2 pci car」· C头文件 代码 · 共 26 行
H
26 行
/* * wl_linux.c exported functions and definitions * * Copyright 2005-2006, Broadcom Corporation * All Rights Reserved. * * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * $Id$ */#ifndef _wl_linux_h_#define _wl_linux_h_/* handle forward declaration */typedef struct wl_info wl_info_t;/* exported functions */extern int __devinit wl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent);extern irqreturn_t wl_isr(int irq, void *dev_id, struct pt_regs *ptregs);extern void wl_free(wl_info_t *wl);extern int wl_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);extern struct net_device * wl_netdev_get(wl_info_t *wl);#endif /* _wl_linux_h_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?