comparison probes.h @ 77:fe5ec83f1baf

separated hardware dependent code
author Merten Sach <msach@mailbox.tu-berlin.de>
date Wed, 22 Jun 2011 16:12:27 +0200
parents 13b22ffb8a2f
children 521c75d64cef
comparison
equal deleted inserted replaced
4:a233a29a6778 5:edadb5b0eb1d
6 * 6 *
7 */ 7 */
8 8
9 #ifndef _PROBES_H 9 #ifndef _PROBES_H
10 #define _PROBES_H 10 #define _PROBES_H
11 #define __USE_GNU 11 #define _GNU_SOURCE
12 12
13 #include "VMS_primitive_data_types.h" 13 #include "VMS_primitive_data_types.h"
14 14
15 #include <sys/time.h> 15 #include <sys/time.h>
16 16