blob: 85056231ccc33e0ff69225ea16908c474b4bec74 [file] [log] [blame]
/*
* 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 _SEL4UTILS_ARCH_MAPPING_H
#define _SEL4UTILS_ARCH_MAPPING_H
#include <vspace/page.h>
#include <vka/vka.h>
#include <vka/object.h>
static inline int
sel4utils_create_object_at_level(vka_t *vka, seL4_Word failed_bits, vka_object_t *objects, int *num_objects, void *vaddr, seL4_CPtr vspace_root)
{
/* we have no objects other than the page table, that should already have been
* handled, so calling this function is an error */
ZF_LOGF("Should no be called");
return seL4_InvalidArgument;
}
#endif /* _SEL4UTILS_ARCH_MAPPING_H */