Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/ddi/ddi.c

    r6eeb4a3 r63e27ef  
    3535#include <ddi/ddi.h>
    3636#include <arch/ddi/ddi.h>
     37#include <assert.h>
    3738#include <proc/task.h>
    38 #include <typedefs.h>
    3939#include <adt/bitmap.h>
    4040#include <mm/slab.h>
     
    4545#include <arch.h>
    4646#include <align.h>
     47#include <stdbool.h>
    4748
    4849/** Install I/O Permission bitmap.
     
    6364       
    6465        if (elements > 0) {
    65                 ASSERT(TASK->arch.iomap.bits);
     66                assert(TASK->arch.iomap.bits);
    6667               
    6768                bitmap_t iomap;
Note: See TracChangeset for help on using the changeset viewer.