6fb66be2079a194cd1e1f1d48a3d721ff09ec4d4
[mTask.git] / client / spec.c
1 //TODO
2 #include "spec.h"
3 #include "interface.h"
4
5 void spec_send(void)
6 {
7 write_byte(0 | HAVELED << 0 | HAVEAIO << 1 | HAVEDIO << 2);
8 write_byte(MAXTASKS);
9 write_byte(MAXSDSS);
10 }