Last change
on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
361 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | This header file defines common macros for the use in RedfishPkg.
|
---|
3 |
|
---|
4 | Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
---|
5 |
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #ifndef REDFISH_COMMON_H_
|
---|
11 | #define REDFISH_COMMON_H_
|
---|
12 |
|
---|
13 | #ifndef IS_EMPTY_STRING
|
---|
14 | #define IS_EMPTY_STRING(a) ((a) == NULL || (a)[0] == '\0')
|
---|
15 | #endif
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.