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

#include "efi.h"

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