mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
16 lines
440 B
C
16 lines
440 B
C
![]() |
/*
|
||
|
* Architecture specific mm hooks
|
||
|
*
|
||
|
* Copyright (C) 2015, IBM Corporation
|
||
|
* Author: Laurent Dufour <ldufour@linux.vnet.ibm.com>
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_NIOS2_MM_ARCH_HOOKS_H
|
||
|
#define _ASM_NIOS2_MM_ARCH_HOOKS_H
|
||
|
|
||
|
#endif /* _ASM_NIOS2_MM_ARCH_HOOKS_H */
|