Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129996
Collapse All | Expand All

(-)picport.h (-1 / +1 lines)
Lines 45-51 Link Here
45
  int W[16];
45
  int W[16];
46
46
47
  int modembits;
47
  int modembits;
48
  void picport::set_clock_data (int rts, int dtr);
48
  void set_clock_data (int rts, int dtr);
49
49
50
  void p_out (int b);
50
  void p_out (int b);
51
  int p_in ();
51
  int p_in ();

Return to bug 129996