]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/net/ethernet/aquantia/atlantic/aq_main.h
lib/test_stackinit: Handle Clang auto-initialization pattern
[thirdparty/linux.git] / drivers / net / ethernet / aquantia / atlantic / aq_main.h
1 /*
2 * aQuantia Corporation Network Driver
3 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 */
9
10 /* File aq_main.h: Main file for aQuantia Linux driver. */
11
12 #ifndef AQ_MAIN_H
13 #define AQ_MAIN_H
14
15 #include "aq_common.h"
16 #include "aq_nic.h"
17
18 void aq_ndev_schedule_work(struct work_struct *work);
19 struct net_device *aq_ndev_alloc(void);
20
21 #endif /* AQ_MAIN_H */