Ignore:
File:
1 edited

Legend:

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

    r63e27ef r6eeb4a3  
    3535#include <ddi/ddi.h>
    3636#include <arch/ddi/ddi.h>
    37 #include <assert.h>
    3837#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>
    4847
    4948/** Install I/O Permission bitmap.
     
    6463       
    6564        if (elements > 0) {
    66                 assert(TASK->arch.iomap.bits);
     65                ASSERT(TASK->arch.iomap.bits);
    6766               
    6867                bitmap_t iomap;
Note: See TracChangeset for help on using the changeset viewer.