summaryrefslogtreecommitdiff
path: root/include/init.h
blob: 12079a2282cc613d0b7c98f0cc78100192899739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef INIT_H
#define INIT_H

#include "dolphin/types.h"

#ifdef __cplusplus
extern "C" {
#endif

__declspec(section ".init") void* TRK_memset(void* dst, int val, size_t n);

#ifdef __cplusplus
}
#endif

#endif /* INIT_H */