aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.h
blob: 499a6164f7c1935afa108aebc7a4a505b0f908c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * gps.h
 *
 *  Created on: Mar 8, 2012
 *      Author: thomasgubler
 */

#ifndef GPS_H_
#define GPS_H

#include <stdbool.h>

struct arg_struct {
    int *fd_ptr;
    bool *thread_should_exit_ptr;
};

#endif /* GPS_H_ */