OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | FREQUENCY_TEST_ |
Typedefs | |
typedef struct FREQUENCY_TEST_ | FREQUENCY_TEST |
Functions | |
INT32 | ENTRY_POINT (void) |
Variables | |
STATIC FREQUENCY_TEST | mTests [] |
Copyright (C) 2021, vit9696. All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file CpuFrequency.c.
typedef struct FREQUENCY_TEST_ FREQUENCY_TEST |
INT32 ENTRY_POINT | ( | void | ) |
Definition at line 37 of file CpuFrequency.c.
STATIC FREQUENCY_TEST mTests[] |
Definition at line 24 of file CpuFrequency.c.