diff options
Diffstat (limited to 'dxr3sysclock.h')
-rw-r--r-- | dxr3sysclock.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/dxr3sysclock.h b/dxr3sysclock.h index 50c5540..21910e0 100644 --- a/dxr3sysclock.h +++ b/dxr3sysclock.h @@ -1,7 +1,27 @@ +/* + * dxr3sysclock.h + * + * Copyright (C) 2002-2004 Kai Möller + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + #ifndef _DXR3_SYSCLOCK_H_ #define _DXR3_SYSCLOCK_H_ -//#include <stdint.h> #include "dxr3vdrincludes.h" #include <linux/em8300.h> |