// SPDX-License-Identifier: {{ license.id }}
{%- with guard = name | hypens_to_underscores | upper ~ "_H" -%}
#ifndef {{ guard }}
#define {{ guard }}
#endif // {{ guard }}
{% endwith %}
