Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 4156 → Rev 4055

/branches/dd/kernel/arch/sparc64/include/drivers/sgcn.h
36,7 → 36,6
#define KERN_sparc64_SGCN_H_
 
#include <arch/types.h>
#include <console/chardev.h>
 
/* number of bytes in the TOC magic, including the terminating '\0' */
#define TOC_MAGIC_BYTES 8
118,8 → 117,8
 
void sgcn_grab(void);
void sgcn_release(void);
indev_t *sgcnin_init(void);
void sgcnout_init(void);
void sgcn_poll(void);
void sgcn_init(void);
 
#endif