blob: 8f4daf86e84a4c11a40c317fd7a7600a054cefcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# @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
|