comparison rvinterf/lowlevel/packettx.c @ 256:2f285f20d617

rvinterf: *.h moved into include subdir
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 04 Feb 2014 05:03:57 +0000
parents cf8583923dc4
children
comparison
equal deleted inserted replaced
255:c33fb341faeb 256:2f285f20d617
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <string.h> 8 #include <string.h>
9 #include <strings.h> 9 #include <strings.h>
10 #include <stdlib.h> 10 #include <stdlib.h>
11 #include <unistd.h> 11 #include <unistd.h>
12 #include "../pktmux.h" 12 #include "../include/pktmux.h"
13 #include "../limits.h" 13 #include "../include/limits.h"
14 14
15 extern int target_fd; 15 extern int target_fd;
16 extern int wakeup_after_sec; 16 extern int wakeup_after_sec;
17 17
18 static u_char wakeup_shot[64]; 18 static u_char wakeup_shot[64];