summaryrefslogtreecommitdiff
path: root/arch/m68k/sun3/sun3_ksyms.c
blob: 43e5a9af8abda998501e4aab6f3d80d7049e07fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <linux/module.h>
#include <linux/types.h>
#include <asm/dvma.h>
#include <asm/idprom.h>

/*
 * Add things here when you find the need for it.
 */
EXPORT_SYMBOL(dvma_map_align);
EXPORT_SYMBOL(dvma_unmap);
EXPORT_SYMBOL(dvma_malloc_align);
EXPORT_SYMBOL(dvma_free);
EXPORT_SYMBOL(idprom);