Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io.h: read/write[bwl] should use barrier | Kevin O'Connor | 2017-02-02 | 1 | -3/+13 |
| | | | | | | | Add barrier() calls to low-level read/write io calls so that their callers don't need to. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | generic: Add new file generic/io.h and move read/writeb() to it | Kevin O'Connor | 2016-06-13 | 1 | -0/+25 |
Move the definitions of the readb() style functions to a new header generic/io.h. This eliminates the dependency of stdint.h on compiler.h. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |