mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-03 13:13:30 +01:00
15 lines
295 B
C
15 lines
295 B
C
|
//
|
||
|
// OcAppleBootPolicyLib.h
|
||
|
// cpp_tests_compare_settings UTF16 signed char
|
||
|
//
|
||
|
// Created by Jief on 05/02/2021.
|
||
|
// Copyright © 2021 JF Knudsen. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifndef OcAppleBootPolicyLib_h
|
||
|
#define OcAppleBootPolicyLib_h
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#endif /* OcAppleBootPolicyLib_h */
|