blob: 823d08b195c5bc20b11c6e6093b0222132d752af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Automatically generated marshal implementation. See tools/go_marshal.
// If there are issues with build constraint aggregation, see
// tools/go_marshal/gomarshal/generator.go:writeHeader(). The constraints here
// come from the input set of files used to generate this file. This input set
// is filtered based on pre-defined file suffixes related to build constraints,
// see tools/defs.bzl:calculate_sets().
//go:build arm64
// +build arm64
package kernel
import (
)
|