// copyright (C) 2006 Marcin Slonicki // copyright (C) 2007 Louis Frigon // Copyright (C) 2015 Allen Hill // SPDX-License-Identifier: GPL-3.0-or-later // Umbrella header for the avclan library. Consumers (e.g. the app in // src/sniffer.c) include this single header to pull in the whole AVC-LAN stack. #pragma once #include "avclan_defs.h" #include "avclan_phy.h" #include "mediacontrol.h" #include "statustimer.h"