summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2017-08-01 17:28:58 +0800
committerLeif Lindholm <leif.lindholm@linaro.org>2017-08-01 15:57:47 +0100
commitedc65fc4d83a7083ed139c00b8669c959a7fae8f (patch)
tree61b09d647e1e28efca7114ca9c73ad32d477749d /ArmPkg/Include
parentc1acb0f9b8222a97d2ad72dbebbcefc214d9ce03 (diff)
downloadedk2-edc65fc4d83a7083ed139c00b8669c959a7fae8f.tar.gz
edk2-edc65fc4d83a7083ed139c00b8669c959a7fae8f.tar.bz2
edk2-edc65fc4d83a7083ed139c00b8669c959a7fae8f.zip
ArmPkg: Move IS_DEVICE_PATH_NODE for sharing
Move IS_DEVICE_PATH_NODE into header to share it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Include')
-rw-r--r--ArmPkg/Include/Library/BdsLib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ArmPkg/Include/Library/BdsLib.h b/ArmPkg/Include/Library/BdsLib.h
index c58f47eb2a..4528c2e873 100644
--- a/ArmPkg/Include/Library/BdsLib.h
+++ b/ArmPkg/Include/Library/BdsLib.h
@@ -15,6 +15,9 @@
#ifndef __BDS_ENTRY_H__
#define __BDS_ENTRY_H__
+#define IS_DEVICE_PATH_NODE(node,type,subtype) \
+ (((node)->Type == (type)) && ((node)->SubType == (subtype)))
+
/**
This is defined by the UEFI specs, don't change it
**/