mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-06 17:03:17 +00:00
15 lines
474 B
C
15 lines
474 B
C
// copyright (C) 2006 Marcin Slonicki <marcin@softservice.com.pl>
|
|
// copyright (C) 2007 Louis Frigon
|
|
// Copyright (C) 2015 Allen Hill <allenofthehills@gmail.com>
|
|
// 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"
|