sipo.h File Reference
Generic Serial-in, Parallel-out implementation (SIPO). More...
#include <kern/kfile.h>
Go to the source code of this file.
Data Structures | |
| struct | Sipo |
| Sipo KFile context structure. More... | |
Defines | |
| #define | KFT_SIPO MAKE_ID('S', 'I', 'P', 'O') |
| ID for sipo. | |
Functions | |
| Sipo * | SIPO_CAST (KFile *fd) |
| Convert + ASSERT from generic KFile to Sipo. | |
| void | sipo_init (Sipo *fd) |
| Initialize the SIPO. | |
Detailed Description
Generic Serial-in, Parallel-out implementation (SIPO).This module use kfile interface.
- Version:
- Id
- sipo.h 2516 2009-04-16 11:06:35Z duplo
Definition in file sipo.h.
