// Copyright (c) TribuFu. All Rights Reserved. #![allow(non_snake_case)] #[path = "DeviceArch.rs"] mod _DeviceArch; pub use _DeviceArch::*; #[path = "DevicePlatform.rs"] mod _DevicePlatform; pub use _DevicePlatform::*;