summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/fixit.h
blob: 53286168eef283f4ac492674ccc0782e23d8349e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef FIX_IT_H
#define FIX_IT_H

#include <opie2/oprocess.h>
#include <opie2/odebug.h>

#include <qpe/global.h>
#include <qpe/qpeapplication.h>

#include <sys/types.h>

#include <stdio.h>
#include <stdlib.h>
#include <signal.h>


/*
 * The Zaurus rom
 */
class FixIt {
public:
    FixIt();
    void fixIt();
    /* no real interested in implementing it */
    void breakIt();
    char* m_file;
};


#endif