android13/external/wifi_driver/aic8800/aic8800_fdrv/rwnx_v7.h

21 lines
465 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
/**
******************************************************************************
*
* @file rwnx_v7.h
*
* Copyright (C) RivieraWaves 2012-2019
*
******************************************************************************
*/
#ifndef _RWNX_V7_H_
#define _RWNX_V7_H_
#include <linux/pci.h>
#include "rwnx_platform.h"
int rwnx_v7_platform_init(struct pci_dev *pci_dev,
struct rwnx_plat **rwnx_plat);
#endif /* _RWNX_V7_H_ */