26 lines
446 B
C
26 lines
446 B
C
// This file is autogenerated by hidl-gen. Do not edit manually.
|
|
// Source: tests.vendor@1.0
|
|
|
|
#ifndef HIDL_GENERATED_TESTS_VENDOR_V1_0_EXPORTED_CONSTANTS_H_
|
|
#define HIDL_GENERATED_TESTS_VENDOR_V1_0_EXPORTED_CONSTANTS_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
enum {
|
|
A = 0u, // 0
|
|
B = 1u, // 1
|
|
C = 2u, // 2
|
|
};
|
|
|
|
enum {
|
|
D = 3u, // 3
|
|
};
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // HIDL_GENERATED_TESTS_VENDOR_V1_0_EXPORTED_CONSTANTS_H_
|