Last change
on this file since 94368 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
397 bytes
|
Line | |
---|
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 <rebecca@bsdio.com>
|
---|
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__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.