Changeset 83dab11 in mainline for kernel/arch/riscv64/src/userspace.c


Ignore:
Timestamp:
2017-06-01T21:22:44Z (7 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/riscv64/src/userspace.c

    r44a7ee5 r83dab11  
    3333 */
    3434
     35#include <abi/proc/uarg.h>
     36#include <stdbool.h>
    3537#include <userspace.h>
    36 #include <typedefs.h>
    37 #include <arch.h>
    38 #include <abi/proc/uarg.h>
    39 #include <mm/as.h>
    4038
    4139void userspace(uspace_arg_t *kernel_uarg)
Note: See TracChangeset for help on using the changeset viewer.