| // 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_ |