blob: ff9c6a96e80df0f8c3794cc9e9f94567560f76b1 [file] [log] [blame]
#![allow(non_upper_case_globals)]
use binder::declare_binder_enum;
declare_binder_enum! { IntEnum : i32 {
FOO = 1000,
BAR = 2000,
BAZ = 2001,
} }
pub(crate) mod mangled { pub use super::IntEnum as _7_android_4_aidl_5_tests_7_IntEnum; }