1 // © 2021 Qualcomm Innovation Center, Inc. All rights reserved. 2 // 3 // SPDX-License-Identifier: BSD-3-Clause 4 5 // Returns a 64-bit monotonically incrementing global timestamp. 6 uint64_t 7 arch_get_timestamp(void); 8