#ifndef _P30_INTERNAL_H_ #define _P30_INTERNAL_H_ #include "build_check.h" /* * p30/internal.h * * Internals for the API level library that are not needed * by the user application */ #include extern int ptl_init; /* Has the library been initialized */ #endif