profile.h: Don't hide structs and macros

This commit is contained in:
Arun Thomas 2011-07-08 18:10:56 +02:00
parent 084f96981b
commit 170457b73f

View file

@ -9,8 +9,6 @@
* statistical profiling and call profiling.
*/
#if SPROFILE
# define PROF_START 0 /* start statistical profiling */
# define PROF_STOP 1 /* stop statistical profiling */
@ -37,9 +35,6 @@ struct sprof_proc {
char name[8];
};
#endif /* SPROFILE */
#include <minix/types.h>
# define PROF_GET 2 /* get call profiling tables */