source: rtems/c/src/lib/libbsp/powerpc/gen5200/bestcomm/tasksetup_fec_tx_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/*
3 * Generated by GUI, one per configured tasks.
4 */
5
6#define TASK_BASE         TASK_FEC_TX
7#define TASK_API          TASK_FEC_TX_api_t
8#define TASKSETUP_NAME    TaskSetup_TASK_FEC_TX
9
10/* Pragma settings */
11#define PRECISE_INC       0
12#define NO_ERROR_RST      0
13#define PACK_DATA         0
14#define INTEGER_MODE      0
15#define SPEC_READS        1
16#define WRITE_LINE_BUFFER 1
17#define READ_LINE_BUFFER  1
18
19#define MISALIGNED        1
20#define MISALIGNED_START  1
21
22#define INITIATOR_DATA    INITIATOR_FEC_TX
23
24#define AUTO_START       -1
25#define ITERATIONS       -1
26
27#define MAX_BD          256
28#define BD_FLAG           1
29
30#define INCR_TYPE_SRC     1
31#define INCR_SRC          0
32#define TYPE_SRC          FLEX_T
33
34#define INCR_TYPE_DST     0
35#define INCR_DST          0
36#define TYPE_DST          FLEX_T
37
38#include "task_api/tasksetup_general.h"
Note: See TracBrowser for help on using the repository browser.