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

#include <stdint.h>
#include <uchar.h>

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