blob: 5c6d3dcf9f7f21ed18a16635be3f8ef15ca25052 [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 -}}