[BACK]Return to wsdisplayvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / wscons

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/wscons/wsdisplayvar.h between version 1.49 and 1.49.2.1

version 1.49, 2011/06/29 03:11:59 version 1.49.2.1, 2014/05/22 11:40:37
Line 163  void wsdisplay_cnattach(const struct wss
Line 163  void wsdisplay_cnattach(const struct wss
             long);              long);
 void    wsdisplay_preattach(const struct wsscreen_descr *, void *, int, int,  void    wsdisplay_preattach(const struct wsscreen_descr *, void *, int, int,
             long);              long);
   void    wsdisplay_cndetach(void);
   
 int     wsdisplaydevprint(void *, const char *);  int     wsdisplaydevprint(void *, const char *);
 int     wsemuldisplaydevprint(void *, const char *);  int     wsemuldisplaydevprint(void *, const char *);
Line 207  int wsdisplay_cfg_ioctl(struct wsdisplay
Line 208  int wsdisplay_cfg_ioctl(struct wsdisplay
 struct wsdisplayio_edid_info;  struct wsdisplayio_edid_info;
 int wsdisplayio_get_edid(device_t, struct wsdisplayio_edid_info *);  int wsdisplayio_get_edid(device_t, struct wsdisplayio_edid_info *);
   
   struct wsdisplayio_fbinfo;
   struct rasops_info;
   int wsdisplayio_get_fbinfo(struct rasops_info *, struct wsdisplayio_fbinfo *);
   
 #ifdef WSDISPLAY_SCROLLSUPPORT  #ifdef WSDISPLAY_SCROLLSUPPORT
 void wsdisplay_scroll(void *, int);  void wsdisplay_scroll(void *, int);
 #endif  #endif

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.49.2.1

CVSweb <webmaster@jp.NetBSD.org>