Rev 4464 | Rev 4561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4464 | Rev 4509 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | #include <bool.h> |
39 | #include <bool.h> |
40 | #include <errno.h> |
40 | #include <errno.h> |
41 | #include <malloc.h> |
41 | #include <malloc.h> |
42 | #include <string.h> |
42 | #include <string.h> |
43 | #include <libfs.h> |
43 | #include <libfs.h> |
44 | #include <libadt/hash_table.h> |
44 | #include <adt/hash_table.h> |
45 | #include "devfs.h" |
45 | #include "devfs.h" |
46 | #include "devfs_ops.h" |
46 | #include "devfs_ops.h" |
47 | 47 | ||
48 | #define PLB_GET_CHAR(pos) (devfs_reg.plb_ro[pos % PLB_SIZE]) |
48 | #define PLB_GET_CHAR(pos) (devfs_reg.plb_ro[pos % PLB_SIZE]) |
49 | 49 |