Changeset d99c1d2 in mainline for kernel/genarch/include/drivers
- Timestamp:
- 2010-03-23T14:41:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b1164e8
- Parents:
- 7c682dd1
- Location:
- kernel/genarch/include/drivers
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/dsrln/dsrlnin.h
r7c682dd1 rd99c1d2 39 39 40 40 #include <ddi/irq.h> 41 #include <arch/types.h>42 41 #include <console/chardev.h> 43 42 #include <typedefs.h> -
kernel/genarch/include/drivers/dsrln/dsrlnout.h
r7c682dd1 rd99c1d2 38 38 #define KERN_DSRLNOUT_H_ 39 39 40 #include <arch/types.h>41 40 #include <typedefs.h> 42 41 #include <console/chardev.h> -
kernel/genarch/include/drivers/ega/ega.h
r7c682dd1 rd99c1d2 36 36 #define KERN_EGA_H_ 37 37 38 #include <arch/types.h>39 38 #include <typedefs.h> 40 39 #include <console/chardev.h> -
kernel/genarch/include/drivers/i8042/i8042.h
r7c682dd1 rd99c1d2 37 37 38 38 #include <ddi/irq.h> 39 #include <arch/types.h>40 39 #include <console/chardev.h> 41 40 #include <typedefs.h> -
kernel/genarch/include/drivers/legacy/ia32/io.h
r7c682dd1 rd99c1d2 38 38 #define KERN_LEGACY_IA32_IO_H 39 39 40 #include < arch/types.h>40 #include <typedefs.h> 41 41 42 42 #define I8042_BASE ((ioport8_t *) 0x60) -
kernel/genarch/include/drivers/ns16550/ns16550.h
r7c682dd1 rd99c1d2 39 39 40 40 #include <ddi/irq.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 #include <console/chardev.h> 43 43 -
kernel/genarch/include/drivers/pl050/pl050.h
r7c682dd1 rd99c1d2 42 42 43 43 #include <ddi/irq.h> 44 #include <arch/types.h>45 44 #include <console/chardev.h> 46 45 #include <typedefs.h> -
kernel/genarch/include/drivers/via-cuda/cuda.h
r7c682dd1 rd99c1d2 37 37 38 38 #include <ddi/irq.h> 39 #include < arch/types.h>39 #include <typedefs.h> 40 40 #include <console/chardev.h> 41 41 #include <synch/spinlock.h> -
kernel/genarch/include/drivers/z8530/z8530.h
r7c682dd1 rd99c1d2 39 39 40 40 #include <ddi/irq.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 #include <console/chardev.h> 43 43
Note:
See TracChangeset
for help on using the changeset viewer.