mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
21 lines
461 B
C
21 lines
461 B
C
//
|
|
// OcAppleBootPolicyLib.c
|
|
// cpp_tests_compare_settings UTF16 signed char
|
|
//
|
|
// Created by Jief on 05/02/2021.
|
|
// Copyright © 2021 JF Knudsen. All rights reserved.
|
|
//
|
|
|
|
#include <Efi.h>
|
|
#include <Guid/AppleApfsInfo.h>
|
|
|
|
EFI_STATUS
|
|
InternalGetApfsSpecialFileInfo (
|
|
IN EFI_FILE_PROTOCOL *Root,
|
|
IN OUT APPLE_APFS_VOLUME_INFO **VolumeInfo OPTIONAL,
|
|
IN OUT APPLE_APFS_CONTAINER_INFO **ContainerInfo OPTIONAL
|
|
)
|
|
{
|
|
panic("not yet");
|
|
}
|