Changeset 83dab11 in mainline for kernel/arch/amd64/src/ddi


Ignore:
Timestamp:
2017-06-01T21:22:44Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fb864d65
Parents:
44a7ee5
Message:

Replace usage of typedefs.h with includes of more specific, standard headers, where applicable.

File:
1 edited

Legend:

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

    r44a7ee5 r83dab11  
    3636#include <arch/ddi/ddi.h>
    3737#include <proc/task.h>
    38 #include <typedefs.h>
    3938#include <adt/bitmap.h>
    4039#include <mm/slab.h>
     
    4544#include <arch.h>
    4645#include <align.h>
     46#include <stdbool.h>
    4747
    4848/** Install I/O Permission bitmap.
Note: See TracChangeset for help on using the changeset viewer.