Rev 461 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
459 | giacomo | 1 | /* |
2 | * Project: S.Ha.R.K. |
||
3 | * |
||
4 | * Coordinators: |
||
5 | * Giorgio Buttazzo <giorgio@sssup.it> |
||
6 | * Paolo Gai <pj@gandalf.sssup.it> |
||
7 | * |
||
8 | * Authors : |
||
9 | * Giacomo Guidi <giacomo@gandalf.sssup.it> |
||
10 | * |
||
11 | * |
||
12 | * ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy) |
||
13 | * |
||
14 | * http://www.sssup.it |
||
15 | * http://retis.sssup.it |
||
16 | * http://shark.sssup.it |
||
17 | */ |
||
18 | |||
19 | /* Linux 2.6 Emulation Library Header */ |
||
20 | |||
461 | giacomo | 21 | #ifndef __SHARK_LINUXC26__ |
22 | #define __SHARK_LINUXC26__ |
||
23 | |||
1007 | mauro | 24 | int LINUXC26_register_module(int use_intdrive); |
459 | giacomo | 25 | |
461 | giacomo | 26 | #endif |