aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/ipcbuf.h
blob: 037605d986e25f7c527468c67ee33330c2bce9a1 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_IPCBUF_H
#define ___ASM_SPARC_IPCBUF_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm-sparc/ipcbuf_64.h>
#else
#include <asm-sparc/ipcbuf_32.h>
#endif
#endif