Files
Toyota-AVC-LAN/src/avclan/avclandrv.h
T
2026-07-05 19:35:58 -07:00

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"