about summary refs log tree commit diff stats
path: root/src/include/box64stack.h
blob: 0607f23f311d364e00fc6e2a7c8f71473c5dbe82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __BOX64_STACK_H_
#define __BOX64_STACK_H_

#include <stdint.h>

typedef struct box64context_s box64context_t;
typedef struct x64emu_s x64emu_t;

int CalcStackSize(box64context_t *context);
void SetupInitialStack(x64emu_t *emu);

#endif //__BOX64_STACK_H_