You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08: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
|