Rev 4071 | Rev 4111 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4071 | Rev 4072 | ||
|---|---|---|---|
| Line 94... | Line 94... | ||
| 94 | } |
94 | } |
| 95 | 95 | ||
| 96 | /** Initilize I/O on the Serengeti machine. */ |
96 | /** Initilize I/O on the Serengeti machine. */ |
| 97 | static void serengeti_init(void) |
97 | static void serengeti_init(void) |
| 98 | { |
98 | { |
| - | 99 | #ifdef CONFIG_SRLN |
|
| 99 | srln_init(stdin); |
100 | srln_init(stdin); |
| 100 | sgcn_init(&srlnin); |
101 | sgcn_init(&srlnin); |
| - | 102 | #endif |
|
| 101 | } |
103 | } |
| 102 | 104 | ||
| 103 | /** |
105 | /** |
| 104 | * Initialize input/output. Auto-detects the type of machine |
106 | * Initialize input/output. Auto-detects the type of machine |
| 105 | * and calls the appropriate I/O init routine. |
107 | * and calls the appropriate I/O init routine. |