blob: 51f4dc28c0244035b94f85cc3c26621c2db43993 [file] [log] [blame]
/*
* Copyright 2018 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef HAL_ADAPTER_VENDOR_TAGS_H_
#define HAL_ADAPTER_VENDOR_TAGS_H_
namespace cros {
// Hierarchy positions in enum space
typedef enum vendor_section_start {
VENDOR_GOOGLE_START = VENDOR_SECTION_START
} vendor_section_start_t;
} // namespace cros
#endif // HAL_ADAPTER_VENDOR_TAGS_H_