arm: qemu: Move GUIDs to the C file

These are only used in one place, so move them there.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-01-28 15:00:28 -07:00
committed by Tom Rini
parent ece763de2f
commit 662cfa03cb
6 changed files with 27 additions and 24 deletions

View File

@@ -21,7 +21,7 @@
#define TEST_VERNUM 0x00010002
enum {
MAX_HUNTER = 8,
MAX_HUNTER = 9,
MMC_HUNTER = 3, /* ID of MMC hunter */
};