#ifndef __GILBRALTAR_COHERENT_PAGE__ #define __GILBRALTAR_COHERENT_PAGE__ #include #include #include enum coherent_page { PROP_MAILBOX = 0, GPIO_VIRTBUF }; uintptr_t get_coherent_page(enum coherent_page); #endif