summaryrefslogtreecommitdiff
path: root/src/boot/efi/bcd.h
blob: dd666e09e7b10db49052b06047f8598ae8655c3e (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <efi.h>
#include <uchar.h>

char16_t *get_bcd_title(uint8_t *bcd, UINTN bcd_len);