/*
bttv-if.c -- interfaces to other kernel modules
all the i2c code is here
also the gpio interface exported by bttv (used by lirc)
bttv - Bt848 frame grabber driver
Copyright (C) 19
#!./perl
# $RCSfile: if.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:03 $
print "1..2\n";
# first test to see if we can run the tests.
$x = 'test';
if ($x eq $x) { print "ok 1\n"; } else { print "no
#!./perl
# $Header: if.t,v 4.0 91/03/20 01:49:03 lwall Locked $
print "1..2\n";
# first test to see if we can run the tests.
$x = 'test';
if ($x eq $x) { print "ok 1\n"; } else { print "not ok 1\n
#!/bin/sh
# Like mv $1 $2, but if the files are the same, just delete $1.
# Status is 0 if $2 is changed, 1 otherwise.
if
test -r $2
then
if
cmp $1 $2 > /dev/null
then
echo $2 is unchanged
rm -f $1
el
/* $Id: if.c,v 1.3 1998/12/28 14:13:11 nigel Exp $ */
/*
* Copyright (c) 1980, 1986 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary