convert from svn repository: remove tags directory
[lttv.git] / trunk / obsolete / ltt-usertrace / ltt / ltt-usertrace-ppc.h
1 /*
2 * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu>
3 */
4 #ifndef __LTT_USERTRACE_PPC_H
5 #define __LTT_USERTRACE_PPC_H
6
7 #ifdef __powerpc64__
8 #include <ltt/atomic-ppc64.h>
9 #include <ltt/system-ppc64.h>
10 #else
11 #include <ltt/ppc_asm-ppc.h>
12 #include <ltt/atomic-ppc.h>
13 #include <ltt/system-ppc.h>
14 #include <ltt/timex-ppc.h>
15 #endif
16
17
18 #endif /* __LTT_USERTRACE_PPC_H */
This page took 0.029313 seconds and 4 git commands to generate.