#ifndef _FD_H #define _FD_H #include #include #include void fd_init(void); void fd_block_read(struct buffer*); #endif