Subversion Repositories HelenOS

Rev

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

Rev 3502 Rev 3514
Line 114... Line 114...
114
    /** offset within the SGCN buffer of the output buffer write pointer */
114
    /** offset within the SGCN buffer of the output buffer write pointer */
115
    uint32_t out_wrptr;
115
    uint32_t out_wrptr;
116
} __attribute__ ((packed)) sgcn_buffer_header_t;
116
} __attribute__ ((packed)) sgcn_buffer_header_t;
117
 
117
 
118
void sgcn_init(void);
118
void sgcn_init(void);
-
 
119
void sgcn_poll(void);
119
 
120
 
120
#endif
121
#endif
121
 
122
 
122
/** @}
123
/** @}
123
 */
124
 */
124
125