// Copyright 2022 The Fuchsia 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 SRC_SYS_FUZZING_REALMFUZZER_TESTING_TARGET_MAIN_H_ | |
#define SRC_SYS_FUZZING_REALMFUZZER_TESTING_TARGET_MAIN_H_ | |
#include <stdint.h> | |
namespace fuzzing { | |
static constexpr uint32_t kTestChannelId = 1; | |
} // namespace fuzzing | |
#endif // SRC_SYS_FUZZING_REALMFUZZER_TESTING_TARGET_MAIN_H_ |