| Index: mtm/mtm_data.h
|
| diff --git a/mtm/mtm_data.h b/mtm/mtm_data.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..140ff9370d4c4c127bcbf97d38f23dd4278fe14a
|
| --- /dev/null
|
| +++ b/mtm/mtm_data.h
|
| @@ -0,0 +1,27 @@
|
| +/* Software-based Mobile Trusted Module (MTM) Emulator
|
| + * Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
|
| + *
|
| + * This module is free software; you can redistribute it and/or modify
|
| + * it under the terms of the GNU General Public License as published
|
| + * by the Free Software Foundation; either version 2 of the License,
|
| + * or (at your option) any later version.
|
| + *
|
| + * This module is distributed in the hope that it will be useful,
|
| + * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| + * GNU General Public License for more details.
|
| + *
|
| + * $Id$
|
| + */
|
| +
|
| +#ifndef _MTM_DATA_H_
|
| +#define _MTM_DATA_H
|
| +
|
| +#include "mtm_structures.h"
|
| +
|
| +extern MTM_DATA mtmData;
|
| +
|
| +void mtm_init_data(void);
|
| +
|
| +#endif /* _MTM_DATA_H_ */
|
| +
|
|
|