You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
296 B
13 lines
296 B
#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);
|
|
|