History log of /seL4-refos-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/clock.h
Revision Date Author Comments
# 84488fd0 10-Dec-2019 Damon Lee <Damon.Lee@data61.csiro.au>

clock: Move typedefs below clock plat header

On gcc6, the compiler complains that the typedef'ing of enums before
its definition isn't allowed. We fix this by positioning the enums right
after the clock plat headers which is where the enums are defined.


# 75a2cbe9 01-Oct-2019 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Style changed files


# e9e2962e 01-Oct-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Typedef some clock-related types

The types are typedef'd to allow CAmkES to use these types in IDL4
interface files.


# 5761b927 28-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 398af6af 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of file


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

fix licenses


# 019612e6 06-Apr-2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

libutils: Added frequency.h to libutils

This defines some macros for converting between frequency, time and
cycles, some frequency unit conversions, and a typedef for freq_t.