summaryrefslogtreecommitdiffstats
path: root/include/init.h
blob: aa722b17c0f6f11ede72bef94861840bf0ec0864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _JOVE_INIT_H
#define _JOVE_INIT_H 1

#ifdef __x86_64__

#endif

void init_load(void);

#endif