Subversion Repositories shark

Rev

Rev 1655 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1655 giacomo 1
 
2
 
3
#ifndef __GCLOCK_H
4
#define __GCLOCK_H
5
 
6
#include <kernel/types.h>
7
 
8
PID gclock_init(int x, int y);
9
 
10
#define GCLOCKDX (5*8+2)
11
#define GCLOCKDY (1*8+2)
12
 
13
#endif