[Linux-hls-cvs] hls/linux/include bitfields.h,1.2,1.3 data.h,1.2,1.3 debug-funcs.h,1.1,1.2 funcs.h,1
Status: Pre-Alpha
Brought to you by:
lucabe
Update of /cvsroot/linux-hls/hls/linux/include In directory sc8-pr-cvs1:/tmp/cvs-serv25577/linux/include Modified Files: bitfields.h data.h debug-funcs.h funcs.h hls.h interface-data.h interface-funcs.h Log Message: Updated the license Index: bitfields.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/bitfields.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bitfields.h 25 Nov 2002 11:33:32 -0000 1.2 --- bitfields.h 25 Feb 2003 09:18:55 -0000 1.3 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: bitfields.h + * Abstract: As said below, a hack! + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + /* This is clearly a hack! */ extern unsigned char KiFindLeftNibbleBitTable[]; Index: data.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/data.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** data.h 25 Nov 2002 11:33:32 -0000 1.2 --- data.h 25 Feb 2003 09:18:55 -0000 1.3 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: data.h + * Abstract: HLS data + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + #ifndef __DATA__ #define __DATA__ Index: debug-funcs.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/debug-funcs.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** debug-funcs.h 25 Nov 2002 11:33:32 -0000 1.1 --- debug-funcs.h 25 Feb 2003 09:18:55 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: debug-funcs.h + * Abstract: Kernel-dependent bits of the debugging functions. + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + #ifndef __DEBUG_FUNCS_H__ #define __DEBUG_FUNCS_H__ Index: funcs.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/funcs.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** funcs.h 25 Nov 2002 11:33:32 -0000 1.6 --- funcs.h 25 Feb 2003 09:18:55 -0000 1.7 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: funcs.h + * Abstract: Kernel-dependent functions needed by HLS. + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + #ifndef __FUNCS__ #define __FUNCS__ Index: hls.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/hls.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** hls.h 27 Aug 2002 11:26:20 -0000 1.1.1.1 --- hls.h 25 Feb 2003 09:18:55 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: hls.h + * Abstract: Kernel-dependent data needed by HLS. + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + #ifndef __HLS_H__ #define __HLS_H__ Index: interface-data.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/interface-data.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** interface-data.h 25 Nov 2002 11:33:32 -0000 1.1 --- interface-data.h 25 Feb 2003 09:18:55 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: interface-data.h + * Abstract: Kernel-dependent bits of the HLS API - Data. + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + #ifndef __INTERFACE_DATA__ #define __INTERFACE_DATA__ Index: interface-funcs.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux/include/interface-funcs.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** interface-funcs.h 25 Nov 2002 11:33:32 -0000 1.1 --- interface-funcs.h 25 Feb 2003 09:18:55 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2002 Luca Abeni + * + * Module Name: interface-funcs.h + * Abstract: Kernel-dependent bits of the HLS API - Functions. + * Author: Luca Abeni 2002 + * + * This is free software; see GPL.txt + */ + #ifndef __INTERFACE_FUNCS__ #define __INTERFACE_FUNCS__ |