21 lines
742 B
C
21 lines
742 B
C
/*
|
|
* Copyright 2014, NICTA
|
|
*
|
|
* This software may be distributed and modified according to the terms of
|
|
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
|
* See "LICENSE_BSD2.txt" for details.
|
|
*
|
|
* @TAG(NICTA_BSD)
|
|
*/
|
|
|
|
#ifndef __LIBSEL4_MESSAGES_H
|
|
#define __LIBSEL4_MESSAGES_H
|
|
|
|
#include <sel4/arch/pfIPC.h> /* format of pagefault ipc */
|
|
#include <sel4/arch/exIPC.h> /* format of exception ipc */
|
|
#include <sel4/arch/mapping.h> /* format and meaning of errors for mapping invocations */
|
|
#include <sel4/sel4_arch/pfIPC.h> /* format of pagefault ipc */
|
|
#include <sel4/sel4_arch/exIPC.h> /* format of exception ipc */
|
|
#include <sel4/sel4_arch/mapping.h> /* format and meaning of errors for mapping invocations */
|
|
|
|
#endif
|