summaryrefslogtreecommitdiff
path: root/src/evbuf.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure mtdev apiHenrik Rydberg2010-06-191-5/+0
| | | | | | | | | | | | | Split the api into plumbing and porcelain layers and move the plumbing part to its own optional header file. The main usecase is to fetch events from the device, route them through the converter and extract the processed events. To simplify the API, replace the intermediate mtdev_pull() function by the higher-level mtdev_get(). This function does all the required steps, and has the same semantics as read(). Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Initial load of mtdev projectHenrik Rydberg2010-06-171-0/+64
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>