aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/ipcbuf.h
blob: 17d6ef7b23a480665487925d0837ccd688833a73 (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/ipcbuf_64.h>
#else
#include <asm/ipcbuf_32.h>
#endif
#endif