summaryrefslogtreecommitdiff
path: root/include/ouroboros/du_buff.h
Commit message (Collapse)AuthorAgeFilesLines
* lib, ipcpd: removed du_buff and pcidimitri staessens2016-06-291-50/+0
| | | | Fixes #3
* lib: Updated du_buff not limit allowable PCI sizeDimitri Staessens2016-03-151-1/+4
| | | | PCI can now occupy at most one block
* lib: du_buff alloc API changed to return pointersDimitri Staessens2016-02-251-2/+2
| | | | | du_buff.[c/h]: alloc_head and alloc_tail now return a pointer to the start of the PCI for direct read/write access.
* lib: further cleanup of du_buffDimitri Staessens2016-02-241-3/+0
| | | | | du_buff.c : removed unnecessary variable for return values removed unnecessary functions
* du_buff: Restructured for information hidingDimitri Staessens2016-02-231-9/+3
| | | | Moved struct buffer and struct du_buff definitions to the source file.
* lib: cleanup of du_buffDimitri Staessens2016-02-231-12/+3
| | | | | | du_buff.h : moved struct buffer to source du_buff.c : fixed formatting LOG_DBGF used
* Initial du_buff codeDimitri Staessens2016-02-231-0/+65
Compiles but untested. Expect bugs.