aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/kdebug.h
blob: 8d12581ca38616458ee1a04a9e7454b6208caa4c (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef ___ASM_SPARC_KDEBUG_H
#define ___ASM_SPARC_KDEBUG_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/kdebug_64.h>
#else
#include <asm/kdebug_32.h>
#endif
#endif