mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
11 lines
215 B
Python
11 lines
215 B
Python
|
# @file
|
||
|
# Split a file into two pieces at the request offset.
|
||
|
#
|
||
|
# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
|
||
|
#
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
#
|
||
|
##
|
||
|
|
||
|
# Import Modules
|