Changeset 26e7d6d in mainline for kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h
- Timestamp:
- 2011-09-19T16:31:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a347a11
- Parents:
- 3842a955 (diff), 086290d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/s3c24xx_uart/s3c24xx_uart.h
r3842a955 r26e7d6d 38 38 #define KERN_S3C24XX_UART_H_ 39 39 40 #include <ddi/ddi.h> 40 41 #include <ddi/irq.h> 41 42 #include <console/chardev.h> … … 83 84 indev_t *indev; 84 85 irq_t irq; 86 parea_t parea; 85 87 } s3c24xx_uart_t; 86 88 87 extern outdev_t *s3c24xx_uart_init( s3c24xx_uart_io_t *, inr_t inr);89 extern outdev_t *s3c24xx_uart_init(uintptr_t, inr_t inr); 88 90 extern void s3c24xx_uart_input_wire(s3c24xx_uart_t *, 89 91 indev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.