cregit-Linux how code gets into the kernel

Release 4.15 include/linux/rodata_test.h

Directory: include/linux
/*
 * rodata_test.h: functional test for mark_rodata_ro function
 *
 * (C) Copyright 2008 Intel Corporation
 * Author: Arjan van de Ven <arjan@linux.intel.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; version 2
 * of the License.
 */

#ifndef _RODATA_TEST_H

#define _RODATA_TEST_H

#ifdef CONFIG_DEBUG_RODATA_TEST
void rodata_test(void);
#else

static inline void rodata_test(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Jinbum Park8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* _RODATA_TEST_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jinbum Park31100.00%1100.00%
Total31100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.