Subversion Repositories HelenOS

Rev

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

Rev 1919 Rev 1920
Line 35... Line 35...
35
 */
35
 */
36
 
36
 
37
#ifndef KERN_Z8530_H_
37
#ifndef KERN_Z8530_H_
38
#define KERN_Z8530_H_
38
#define KERN_Z8530_H_
39
 
39
 
40
#include <irq.h>
-
 
41
#include <typedefs.h>
40
#include <typedefs.h>
-
 
41
#include <ddi/irq.h>
42
 
42
 
43
extern bool z8530_belongs_to_kernel;
43
extern bool z8530_belongs_to_kernel;
44
 
44
 
45
extern void z8530_init(void);
45
extern void z8530_init(void);
46
extern void z8530_poll(void);
46
extern void z8530_poll(void);