source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Include/IndustryStandard/Bhyve.h
最後變更 在這個檔案是 99404,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 399 位元組 |
行 | |
---|---|
1 | /** @file |
2 | Various register numbers and value bits based on FreeBSD's bhyve |
3 | at r359530. |
4 | - https://svnweb.freebsd.org/base?view=revision&revision=359530 |
5 | |
6 | Copyright (C) 2020, Rebecca Cran <[email protected]> |
7 | |
8 | SPDX-License-Identifier: BSD-2-Clause-Patent |
9 | **/ |
10 | |
11 | #ifndef __BHYVE_H__ |
12 | #define __BHYVE_H__ |
13 | |
14 | #define BHYVE_ACPI_TIMER_IO_ADDR 0x408 |
15 | |
16 | #define BHYVE_PM_REG 0x404 |
17 | |
18 | #endif // __BHYVE_H__ |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器