OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
arm
/
include
/
asm
/
hardware
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
cache-feroceon-l2.h
398 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
cache-l2x0.h
6.69 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
cache-tauros2.h
441 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
cache-uniphier.h
867 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
cp14.h
24.97 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
dec21285.h
5.44 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
entry-macro-iomd.S
5.79 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioc.h
1.66 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
iomd.h
4.27 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
iop3xx-adma.h
21.74 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
iop3xx.h
11.74 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
iop_adma.h
3.82 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
it8152.h
3.85 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
locomo.h
6.98 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
memc.h
696 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sa1111.h
13.49 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
scoop.h
1.93 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ssp.h
626 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: cache-uniphier.h
Close
/* * Copyright (C) 2015-2016 Socionext Inc. * Author: Masahiro Yamada <yamada.masahiro@socionext.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef __CACHE_UNIPHIER_H #define __CACHE_UNIPHIER_H #include <linux/errno.h> #ifdef CONFIG_CACHE_UNIPHIER int uniphier_cache_init(void); #else static inline int uniphier_cache_init(void) { return -ENODEV; } #endif #endif /* __CACHE_UNIPHIER_H */