mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
6 lines
185 B
Rust
6 lines
185 B
Rust
|
// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
|
||
|
pub mod x86;
|