mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-27 01:54:16 +00:00
init: add source codes from tenda
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
****************************************************************************************
|
||||
*
|
||||
* @file rwnx_dini.h
|
||||
*
|
||||
* Copyright (C) RivieraWaves 2012-2019
|
||||
*
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef _RWNX_DINI_H_
|
||||
#define _RWNX_DINI_H_
|
||||
|
||||
#include <linux/pci.h>
|
||||
#include "rwnx_platform.h"
|
||||
|
||||
int rwnx_dini_platform_init(struct pci_dev *pci_dev,
|
||||
struct rwnx_plat **rwnx_plat);
|
||||
|
||||
#endif /* _RWNX_DINI_H_ */
|
||||
Reference in New Issue
Block a user