diff options
Diffstat (limited to 'pkg/hostarch/hostarch.go')
-rw-r--r-- | pkg/hostarch/hostarch.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/hostarch/hostarch.go b/pkg/hostarch/hostarch.go new file mode 100644 index 000000000..fdd29c567 --- /dev/null +++ b/pkg/hostarch/hostarch.go @@ -0,0 +1,7 @@ +// Copyright 2021 The gVisor Authors. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Package hostarch contains host arch address operations for user memory. +package hostarch |