History log of /seL4-refos-master/libs/libsel4utils/include/sel4utils/helpers.h
Revision Date Author Comments
# 135c651f 27-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 194b9261 15-Mar-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

sel4utils: Align stack pointer for new threads


# 4aad820f 15-Mar-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

sel4utils: Trivial whitespace


# 857ffba5 15-Mar-2017 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

sel4utils: Add type for thread entry point

Our thread-starting code assumes that its entry point is a function.
Previously, a void pointer was used as the type of the entry point.
Now thread entry points must be pointers to functions with a signature
void (*)(void*, void*, void*).


# 8b001a9f 24-Jan-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4utils: Move src/helpers.h to global include

The utility functions in this header are useful outside of just libsel4utils