Sign in
fuchsia
/
fuchsia
/
main
/
.
/
zircon
/
kernel
/
lib
/
arch
/
src
/
lib.rs
blob: ad47636e7bef1ce30d0d055db0ce2bd6534bed83 [
file
]
// Copyright 2026 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.
#![
cfg_attr
(
not
(
test
),
no_std
)]
pub
mod
x86
;