]> rtime.felk.cvut.cz Git - arc.git/blobdiff - common/strace.c
Merge branch 'mikulka' of git@rtime.felk.cvut.cz:arc into mikulka
[arc.git] / common / strace.c
index b3d59dcd6fb5f72dbecce4739bb8667183e5ed97..8cd52f3a3eacf361b70d88803b942119ddda7a9c 100644 (file)
@@ -1,17 +1,17 @@
-/* -------------------------------- Arctic Core ------------------------------
- * Arctic Core - the open source AUTOSAR platform http://arccore.com
- *
- * Copyright (C) 2009  ArcCore AB <contact@arccore.com>
- *
- * This source code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published by the
- * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.
- *
- * 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.
- * -------------------------------- Arctic Core ------------------------------*/
+/* -------------------------------- Arctic Core ------------------------------\r
+ * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
+ *\r
+ * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
+ *\r
+ * This source code is free software; you can redistribute it and/or modify it\r
+ * under the terms of the GNU General Public License version 2 as published by the\r
+ * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
+ * for more details.\r
+ * -------------------------------- Arctic Core ------------------------------*/\r
 /*\r
  * strace.c\r
  *\r
@@ -32,7 +32,7 @@
  *\r
  * ISR\r
  * TASK\r
- *
+ *\r
  */\r
 \r
 typedef enum {\r
@@ -57,8 +57,8 @@ struct strace_attr_s {
 \r
 \r
 /**\r
- *
- * @param ch channel to record
+ *\r
+ * @param ch channel to record\r
  */\r
 void strace( strace_ev_t event) {\r
        switch( ch ) {\r
@@ -70,7 +70,7 @@ void strace( strace_ev_t event) {
 }\r
 \r
 /**\r
- * Channels to use.
+ * Channels to use.\r
  */\r
 void strace_init( strace_ch_t ch ) {\r
 \r