firewire_dice_protocols/
weiss.rs

1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (c) 2024 Takashi Sakamoto
3
4//! Protocol specific to Weiss Engineering models.
5//!
6//! The module includes structure, enumeration, and trait and its implementation for protocol
7//! defined by Weiss Engineering.
8
9pub mod avc;
10pub mod normal;
11
12use super::tcat::{global_section::*, *};
13
14const WEISS_OUI: [u8; 3] = [0x00, 0x1c, 0x6a];