| .. | .. |
|---|
| 1 | | - |
|---|
| 2 | | -/* |
|---|
| 3 | | - * snull.h -- definitions for the network module |
|---|
| 4 | | - * |
|---|
| 5 | | - * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet |
|---|
| 6 | | - * Copyright (C) 2001 O'Reilly & Associates |
|---|
| 7 | | - * |
|---|
| 8 | | - * The source code in this file can be freely used, adapted, |
|---|
| 9 | | - * and redistributed in source or binary form, so long as an |
|---|
| 10 | | - * acknowledgment appears in derived source files. The citation |
|---|
| 11 | | - * should list that the code comes from the book "Linux Device |
|---|
| 12 | | - * Drivers" by Alessandro Rubini and Jonathan Corbet, published |
|---|
| 13 | | - * by O'Reilly & Associates. No warranty is attached; |
|---|
| 14 | | - * we cannot take responsibility for errors or fitness for use. |
|---|
| 15 | | - */ |
|---|
| 16 | | - |
|---|
| 17 | 1 | /* version dependencies have been confined to a separate file */ |
|---|
| 18 | 2 | |
|---|
| 19 | 3 | /* Tunable parameters */ |
|---|