summaryrefslogtreecommitdiff
path: root/src/boot/efi/ticks.h
Commit message (Collapse)AuthorAgeFilesLines
* boot: Use stdint typesJan Janssen2022-06-271-3/+2
|
* sd-boot: don't export ticks_read() and ticks_freq()Lennart Poettering2022-02-081-2/+0
| | | | They only have a single user in time_usec(), hence don't expose them.
* sd-boot: split out TSC/time APILennart Poettering2022-02-081-0/+9
These are a whole family of functions, let's give them their own .c/.h file. No code changes, just splitting things out.