Subversion Repositories HelenOS

Rev

Rev 4071 | Rev 4220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4071 Rev 4111
Line 116... Line 116...
116
    uint32_t out_wrptr;
116
    uint32_t out_wrptr;
117
} __attribute__ ((packed)) sgcn_buffer_header_t;
117
} __attribute__ ((packed)) sgcn_buffer_header_t;
118
 
118
 
119
void sgcn_grab(void);
119
void sgcn_grab(void);
120
void sgcn_release(void);
120
void sgcn_release(void);
-
 
121
indev_t *sgcnin_init(void);
121
void sgcn_init(chardev_t *);
122
void sgcnout_init(void);
122
 
123
 
123
#endif
124
#endif
124
 
125
 
125
/** @}
126
/** @}
126
 */
127
 */