mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
12 lines
190 B
C
12 lines
190 B
C
|
|
#include "gprof.h"
|
||
|
|
|
||
|
|
/*
|
||
|
|
* gprof -c isn't currently supported...
|
||
|
|
*/
|
||
|
|
findcall( parentp , p_lowpc , p_highpc )
|
||
|
|
nltype *parentp;
|
||
|
|
unsigned long p_lowpc;
|
||
|
|
unsigned long p_highpc;
|
||
|
|
{
|
||
|
|
}
|