Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106751
b: refs/heads/master
c: fdd2a7e
h: refs/heads/master
i:
  106749: 02a87f1
  106747: ecd71bb
  106743: d811845
  106735: 2180f27
  106719: ec60e3d
  106687: c3af47f
  106623: 6c98fc9
  106495: 875b556
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 26, 2008
1 parent 5f495b7 commit 2f25138
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed1aedb136ca42dfd70f5bef202d23994c1a3bae
refs/heads/master: fdd2a7e2dac56a3384068802be46b822f2aed703
16 changes: 8 additions & 8 deletions trunk/include/linux/videotext.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
#define VTXIOCCLRCACHE_OLD 0x710b /* clear cache on VTX-interface (if avail.) */
#define VTXIOCSETVIRT_OLD 0x710c /* turn on virtual mode (this disables TV-display) */

/*
/*
* Definitions for VTXIOCGETINFO
*/

#define SAA5243 0
#define SAA5246 1
#define SAA5249 2
Expand All @@ -57,10 +57,10 @@

typedef struct {
int version_major, version_minor; /* version of driver; if version_major changes, driver */
/* is not backward compatible!!! CHECK THIS!!! */
/* is not backward compatible!!! CHECK THIS!!! */
int numpages; /* number of page-buffers of vtx-chipset */
int cct_type; /* type of vtx-chipset (SAA5243, SAA5246, SAA5248 or
* SAA5249) */
* SAA5249) */
}
vtx_info_t;

Expand All @@ -81,7 +81,7 @@ vtx_info_t;
#define PGMASK_HOUR (HR_TEN | HR_UNIT)
#define PGMASK_MINUTE (MIN_TEN | MIN_UNIT)

typedef struct
typedef struct
{
int page; /* number of requested page (hexadecimal) */
int hour; /* requested hour (hexadecimal) */
Expand All @@ -98,11 +98,11 @@ vtx_pagereq_t;
/*
* Definitions for VTXIOC{GETSTAT,PUTSTAT}
*/

#define VTX_PAGESIZE (40 * 24)
#define VTX_VIRTUALSIZE (40 * 49)

typedef struct
typedef struct
{
int pagenum; /* number of page (hexadecimal) */
int hour; /* hour (hexadecimal) */
Expand All @@ -121,5 +121,5 @@ typedef struct
unsigned hamming : 1; /* hamming-error occurred */
}
vtx_pageinfo_t;

#endif /* _VTX_H */

0 comments on commit 2f25138

Please sign in to comment.