/* Minix */
DEF_GUID("481B2A38-0561-420B-B72A-F1C4988EFC16", N_("Minix filesystem")),
+
+/* Nintendo Switch emuMMC */
+DEF_GUID("11CA7E00-0000-0000-0000-656D754D4D43", N_("NX emuMMC")),
Concurrent DOS or CTOS */
{0xde, N_("Dell Utility")}, /* Dell PowerEdge Server utilities */
{0xdf, N_("BootIt")}, /* BootIt EMBRM */
+ {0xe0, N_("NX emuMMC")}, /* Nintendo Switch emuMMC */
{0xe1, N_("DOS access")}, /* DOS access or SpeedStor 12-bit FAT
extended partition */
{0xe3, N_("DOS R/O")}, /* DOS R/O or SpeedStor */
MBR_CPM_CTOS_PARTITION = 0xdb, /* CP/M or Concurrent CP/M or Concurrent DOS or CTOS */
MBR_DELL_UTILITY_PARTITION = 0xde, /* Dell PowerEdge Server utilities */
MBR_BOOTIT_PARTITION = 0xdf, /* BootIt EMBRM */
+ MBR_NX_EMUMMC_PARTITION = 0xe0, /* Nintendo Switch emuMMC */
MBR_DOS_ACCESS_PARTITION = 0xe1, /* DOS access or SpeedStor 12-bit FAT extended partition */
MBR_DOS_RO_PARTITION = 0xe3, /* DOS R/O or SpeedStor */
MBR_SPEEDSTOR_EXTENDED_PARTITION = 0xe4, /* SpeedStor 16-bit FAT extended partition < 1024 cyl. */