ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/serial.h
(Generate patch)

Comparing BasiliskII/src/include/serial.h (file contents):
Revision 1.9 by gbeauche, 2005-01-30T21:42:15Z vs.
Revision 1.10 by cebix, 2005-11-24T16:43:11Z

# Line 69 | Line 69 | public:
69                  input_dt = output_dt = 0;
70          }
71  
72 +        virtual ~SERDPort() {}
73 +
74          virtual int16 open(uint16 config) = 0;
75          virtual int16 prime_in(uint32 pb, uint32 dce) = 0;
76          virtual int16 prime_out(uint32 pb, uint32 dce) = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines