Subversion Repositories HelenOS

Rev

Rev 3817 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3817 Rev 4073
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef KERN_sparc64_NIAGARA_H
35
#ifndef KERN_sparc64_NIAGARA_H
36
#define KERN_sparc64_NIAGARA_H
36
#define KERN_sparc64_NIAGARA_H
37
 
37
 
-
 
38
char niagara_getc(void);
38
void niagara_grab(void);
39
void niagara_grab(void);
39
void niagara_release(void);
40
void niagara_release(void);
40
void niagara_init(void);
41
void niagara_init(void);
41
void niagara_poll(void);
42
void niagara_poll(void);
42
 
43