/*
* Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _PCSAMPLE_H
#define _PCSAMPLE_H
#include <sys/types.h>
#ifdef __cplusplus
extern "C" {
#endif
/*
* PC sampling profiling
*/
#ifdef __STDC__
long pcsample(uintptr_t [], long);
#else
long pcsample();
#endif /* __STDC__ */
#ifdef __cplusplus
}
#endif
#endif /* _PCSAMPLE_H */