1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * aQuantia Corporation Network Driver
4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
7 /* File aq_main.h: Main file for aQuantia Linux driver. */
12 #include "aq_common.h"
15 void aq_ndev_schedule_work(struct work_struct
*work
);
16 struct net_device
*aq_ndev_alloc(void);
18 #endif /* AQ_MAIN_H */