sd-boot: split out TSC/time API
authorLennart Poettering <lennart@poettering.net>
Tue, 8 Feb 2022 10:18:44 +0000 (11:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Feb 2022 12:46:02 +0000 (13:46 +0100)
commit1e66a233734a34a9eedf4b1c02cb7246f86bbd48
treec2eec043b62e74ba774fcf6dbf9537e9cb55698d
parent9b176fbdc0799411f77bfe5508a822b63a32f375
sd-boot: split out TSC/time API

These are a whole family of functions, let's give them their own .c/.h
file.

No code changes, just splitting things out.
src/boot/efi/boot.c
src/boot/efi/meson.build
src/boot/efi/ticks.c [new file with mode: 0644]
src/boot/efi/ticks.h [new file with mode: 0644]
src/boot/efi/util.c
src/boot/efi/util.h