Home
last modified time | relevance | path

Searched refs:EBL_LF (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DScript.c79 if ((*ScanPtr == EBL_CR) || (*ScanPtr == EBL_LF)) { in EblScriptCmd()
82 if ((*(ScanPtr + 1) == EBL_CR) || (*(ScanPtr + 1) == EBL_LF)) { in EblScriptCmd()
DEbl.h69 #define EBL_LF 0x0d macro