| /* | |
| * Copyright 2017, Data61, CSIRO (ABN 41 687 119 230) | |
| * | |
| * SPDX-License-Identifier: BSD-2-Clause | |
| */ | |
| #pragma once | |
| #include <sys/types.h> | |
| #include <unistd.h> | |
| /* The process identifier of the current component instance. Note that this is implemented in | |
| * generated code. | |
| */ | |
| extern const pid_t camkes_pid; |