summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bits/compiler.h
blob: af796069ff5cc636dc71808b1dd26e89f5c7f744 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _BITS_COMPILER_H
#define _BITS_COMPILER_H

#ifndef ASSEMBLY

/** Declare a function with standard calling conventions */
#define __asmcall __attribute__ (( cdecl, regparm(0) ))

#endif /* ASSEMBLY */

#endif /* _BITS_COMPILER_H */