History log of /seL4-refos-master/projects/util_libs/libpci/src/ioreg.c
Revision Date Author Comments
# 19f7c9b2 06-Mar-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libpci: Remove dependency on sel4

libraries in this repository are not meant to depend directly upon seL4 definitions. The sel4/sel4.h
header was only be used to get the seL4_NoError definition, which does not even make sense to use
in a comparision against the return from a library that also does not depend upon seL4. This
just uses 0 for the comparison and removes the header.


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

fix licenses


# aa5bb7db 07-May-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

libpci: remove author tags

We have version control these days ...


# accfcac9 18-Apr-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Add UNUSED to prevent compiler warnings


# 03ede780 23-Aug-2016 Kent McLeod <kent.mcleod@nicta.com.au>

Remove trailing whitespace