Skip to content
Commit 9746882f authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68k: group io mapping definitions and functions



Create a new header file, kmap.h, that groups all the definitions and
functions associated with the io mapping and remapping.

Currently the functions are spread across raw_io.h and io_mm.h. And in
the future we will want to use these in io_no.h as well. So it makes
sense to move them all together into a single header file.

It is named after the arch/m68k/mm/kmap.c file that actually implements
many of the exported functions.

Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
Tested-by: default avatarAngelo Dureghello <angelo@sysam.it>
parent 4478048b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment