]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directory
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 4 Dec 2017 21:57:55 +0000 (21:57 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Dec 2017 16:30:32 +0000 (16:30 +0000)
commiteb618ba42fe07f0b710f68ba6017cee006a0b0ec
tree8ff699caff4807bb24ff53e9c3a2f036b5819490
parentd9b53608607b0c5df0031f18486b3c0fa8a1fb6e
ArmPlatformPkg/LcdGraphicsOutputDxe: move headers into driver directory

The HdLcd.h and PL111Lcd.h header files are internal headers that should
not be used by other drivers. So move them from Include/Drivers into the
driver directory instead.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.c
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/HdLcd.h [new file with mode: 0644]
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.c
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111Lcd.h [new file with mode: 0644]
ArmPlatformPkg/Include/Drivers/HdLcd.h [deleted file]
ArmPlatformPkg/Include/Drivers/PL111Lcd.h [deleted file]