]> Git Repo - J-u-boot.git/blame - boot/upl_common.h
Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians/u-boot-stm
[J-u-boot.git] / boot / upl_common.h
CommitLineData
90469da3
SG
1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * UPL handoff command functions
4 *
5 * Copyright 2024 Google LLC
6 * Written by Simon Glass <[email protected]>
7 */
8
9#ifndef __UPL_COMMON_H
10#define __UPL_COMMON_H
11
12/* Names of bootmodes */
13extern const char *const bootmode_names[UPLBM_COUNT];
14
15/* Names of memory usages */
16extern const char *const usage_names[UPLUS_COUNT];
17
18/* Names of access types */
19extern const char *const access_types[UPLUS_COUNT];
20
21/* Names of graphics formats */
22extern const char *const graphics_formats[UPLUS_COUNT];
23
24#endif /* __UPL_COMMON_H */
This page took 0.027152 seconds and 4 git commands to generate.