cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/include/asm/setjmp.h

/*
 * Copyright © 2008 Michael Neuling IBM Corporation
 *
 *      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.
 *
 */
#ifndef _ASM_POWERPC_SETJMP_H

#define _ASM_POWERPC_SETJMP_H


#define JMP_BUF_LEN    23

extern long setjmp(long *);
extern void longjmp(long *, long);

#endif /* _ASM_POWERPC_SETJMP_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Michael Neuling32100.00%1100.00%
Total32100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.