summaryrefslogtreecommitdiff
path: root/include/memory.h
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Use the bitmask_t typeHenrik Rydberg2010-06-161-3/+3
| | | | | | | Use the bitmask_t for all bitfields, to simplify future expansions to larger bit fields. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* refactor: Move filesHenrik Rydberg2010-06-161-0/+73
Move all headers into include, separate source files into modules match, mtdev, src and driver, move some common definitions to common.h, and include define support for the MT slot protocol. This patch does not introduce any logical changes. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>