blob: 224b44618a723ec954023672de1c9bac1ce05e6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef __ARCH_ORION_COMMON_H__
#define __ARCH_ORION_COMMON_H__
/*
* Basic Orion init functions used early by machine-setup.
*/
void __init orion_map_io(void);
#endif /* __ARCH_ORION_COMMON_H__ */
|