Parent Directory
|
Revision Log
|
Patch
| revision 1.92 by bellard, Mon Nov 21 23:25:50 2005 UTC | revision 1.93 by bellard, Wed Nov 23 21:11:49 2005 UTC | |
|---|---|---|
| # | Line 733 void rtc_set_date(RTCState *s, const str | Line 733 void rtc_set_date(RTCState *s, const str |
| 733 | /* serial.c */ | /* serial.c */ |
| 734 | ||
| 735 | typedef struct SerialState SerialState; | typedef struct SerialState SerialState; |
| 736 | SerialState *serial_init(int base, int irq, CharDriverState *chr); | SerialState *serial_init(SetIRQFunc *set_irq, void *opaque, |
| 737 | int base, int irq, CharDriverState *chr); | |
| 738 | SerialState *serial_mm_init (SetIRQFunc *set_irq, void *opaque, | |
| 739 | target_ulong base, int it_shift, | |
| 740 | int irq, CharDriverState *chr); | |
| 741 | ||
| 742 | /* parallel.c */ | /* parallel.c */ |
| 743 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |