]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function
authorMichael Johnson <michael.johnson@intel.com>
Wed, 12 Jun 2019 22:59:08 +0000 (15:59 -0700)
committerLiming Gao <liming.gao@intel.com>
Thu, 19 Sep 2019 06:37:37 +0000 (14:37 +0800)
commitd652b458f576de785e9f905e6690e28904b1eed1
tree83aee0647557feacb63f565d327f0990ef120f6a
parent136dad095660e7b5a4bebab3da42090e3c797ca4
EmulatorPkg/TimerLib: Add missing GetTimeInNanoSecond function

Add GetTimeInNanoSecond, already declared in the TimerLib API,
to EmulatorPkg implementations of TimerLib.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael Johnson <michael.johnson@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
EmulatorPkg/Library/DxeCoreTimerLib/DxeCoreTimerLib.c
EmulatorPkg/Library/DxeTimerLib/DxeTimerLib.c
EmulatorPkg/Library/PeiTimerLib/PeiTimerLib.c