blob: 76fa34a92f0839c3e5898973782421b35a93d861 [file] [log] [blame]
{{/*
// Copyright 2020 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.
*/}}
{{- define "StructDefinition" -}}
{{ .Name }} {
{{- range .Members }}
{{ .Name }} {{ .Type }}
{{- end }}
} [packed]
{{- end -}}