mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
139 B
C
8 lines
139 B
C
![]() |
#ifndef SRCCODE_H
|
||
|
#define SRCCODE_H 1
|
||
|
|
||
|
/* Result is not 0 terminated */
|
||
|
char *find_sourceline(char *fn, unsigned line, int *lenp);
|
||
|
|
||
|
#endif
|