linux/drivers/net/ethernet/aquantia/atlantic/aq_common.h
<<
>>
Prefs
   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_common.h: Basic includes for all files in project. */
  11
  12#ifndef AQ_COMMON_H
  13#define AQ_COMMON_H
  14
  15#include <linux/etherdevice.h>
  16#include <linux/pci.h>
  17
  18#include "ver.h"
  19#include "aq_nic.h"
  20#include "aq_cfg.h"
  21#include "aq_utils.h"
  22
  23#endif /* AQ_COMMON_H */
  24