#ifndef _WATCHOS_TYPES_h #define _WATCHOS_TYPES_h /// /// A handle to any kernel object /// typedef uint16_t kernel_handle_t; /// /// A static handle for locating modules /// typedef uint64_t well_known_handle_t; #endif