aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm.h
blob: a58622ed46cb3ff5a227ce02653b9d3de9491352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* liblitmus platform dependent includes */

#ifndef ASM_H
#define ASM_H

#ifdef __i386__
#include "asm_i386.h"
#endif

#ifdef __sparc__
#include "asm_sparc.h"
#endif

#endif