f69a024bcfa457de7dd7b54e79e532b9c108df75
2 * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file stdout.h the stdout task structure and exported symbols from stdout.c */
10 * the task structure used for writing to stdout
13 /** pointer to the data buffer */
15 /** number of bytes loaded in \a buf */
17 /** pointer to the eof flag of the feeding task */
19 /** non-zero if a write error occured */
21 /** the task structure */
23 /** whether \p STDOUT_FILENO was included in the write fd set */
27 void stdout_set_defaults(struct stdout_task
*sot
);