#include <lvm_intr.h> typedef struct _Boot_Manager_Menu_Item { ADDRESS Handle; /* A volume or partition handle */ BOOLEAN Volume; /* Indicates whether Handle is a volume or partition */ } Boot_Manager_Menu_Item;