Added in-line documentation section
authorDavid Schleef <ds@schleef.org>
Wed, 24 Oct 2001 22:16:19 +0000 (22:16 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 24 Oct 2001 22:16:19 +0000 (22:16 +0000)
comedi/drivers/ssv_dnp.c

index 8dfc61630bb48290036c24c9c438563da1bae70a..47b93f4663ac4da8557f63549ec6bf70714a4532 100644 (file)
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
+/*
+Driver: ssv_dnp.o
+Description: SSV Embedded Systems DIL/Net-PC
+Author: Robert Schwebel <robert@schwebel.de>
+Devices: [SSV Embedded Systems] DIL/Net-PC 1486 (dnp-1486)
+*/
 
 /* include files ----------------------------------------------------------- */
 
@@ -109,6 +115,7 @@ comedi_driver driver_dnp = {
   offset:       sizeof(dnp_board),      /* like ISA-PnP, PCI or PCMCIA.      */
   num_names:   sizeof(dnp_boards) / sizeof(dnp_board),
 };
+COMEDI_INITCLEANUP(driver_dnp);
 
 static int dnp_dio_insn_bits(
   comedi_device    *dev,
@@ -331,10 +338,3 @@ static int dnp_dio_insn_config(
 
 }
 
-/* ------------------------------------------------------------------------- */
-/* A convenient macro that defines init_module() and cleanup_module(),       */
-/* as necessary.                                                             */
-/* ------------------------------------------------------------------------- */
-
-COMEDI_INITCLEANUP(driver_dnp);
-