GodMode9/common/entrypoints.h

8 lines
149 B
C
Raw Permalink Normal View History

2017-10-26 20:27:02 -03:00
#pragma once
#define ENTRY_UNKNOWN (0)
#define ENTRY_B9S (1)
#define ENTRY_NTRBOOT (2)
#define ENTRY_NANDBOOT (3)
#define ENTRY_SPIBOOT (4)