blob: 9341826550e4dbeb880d769820da5d6a04f4b195 [file] [log] [blame]
# Copyright 2021 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.
import("//build/rust/rustc_library.gni")
rustc_library("linux_uapi") {
edition = "2018"
sources = [
"src/lib.rs",
"src/x86_64.rs",
"src/x86_64_types.rs",
]
deps = [ "//src/lib/zerocopy" ]
}