summaryrefslogtreecommitdiff
path: root/boot/upl_common.h
blob: cc517dc1de9ec8b7372aacf1f408666bfb27cc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * UPL handoff command functions
 *
 * Copyright 2024 Google LLC
 * Written by Simon Glass <sjg@chromium.org>
 */

#ifndef __UPL_COMMON_H
#define __UPL_COMMON_H

/* Names of bootmodes */
extern const char *const bootmode_names[UPLBM_COUNT];

/* Names of memory usages */
extern const char *const usage_names[UPLUS_COUNT];

/* Names of access types */
extern const char *const access_types[UPLUS_COUNT];

/* Names of graphics formats */
extern const char *const graphics_formats[UPLUS_COUNT];

#endif /* __UPL_COMMON_H */