blob: cbb6c3dbaff73bb8bafcf1632d888c2e0ddf6c15 [file] [log] [blame]
// Copyright 2019 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_ACTIVITY_COMMON_H_
#define SRC_SYS_ACTIVITY_COMMON_H_
#include <inttypes.h>
namespace activity {
using ObserverId = uint32_t;
using OngoingActivityId = uint32_t;
} // namespace activity
#endif // SRC_SYS_ACTIVITY_COMMON_H_