source: rtems/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_rx_bd.c @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 841 bytes
Line 
1/*
2 * Generated by GUI, one per configured tasks.
3 */
4
5#define TASK_BASE         TASK_FEC_RX
6#define TASK_API          TASK_FEC_RX_api_t
7#define TASKSETUP_NAME    TaskSetup_TASK_FEC_RX
8
9/* Pragma settings */
10#define PRECISE_INC       0
11#define NO_ERROR_RST      0
12#define PACK_DATA         0
13#define INTEGER_MODE      0
14#define SPEC_READS        1
15#define WRITE_LINE_BUFFER 1
16#define READ_LINE_BUFFER  1
17
18#define MISALIGNED        0
19#define MISALIGNED_START  1
20
21#define INITIATOR_DATA    INITIATOR_FEC_RX
22
23#define AUTO_START       -1
24#define ITERATIONS       -1
25
26#define MAX_BD          256
27#define BD_FLAG           0
28
29#define INCR_TYPE_SRC     0
30#define INCR_SRC          0
31#define TYPE_SRC          FLEX_T
32
33#define INCR_TYPE_DST     1
34#define INCR_DST          0
35#define TYPE_DST          FLEX_T
36
37#include "task_api/tasksetup_general.h"
38
Note: See TracBrowser for help on using the repository browser.