profile.h: Don't hide structs and macros
This commit is contained in:
		
							parent
							
								
									084f96981b
								
							
						
					
					
						commit
						170457b73f
					
				@ -9,8 +9,6 @@
 | 
				
			|||||||
 * statistical profiling and call profiling.
 | 
					 * statistical profiling and call profiling.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if SPROFILE
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#  define PROF_START       0    /* start statistical profiling */
 | 
					#  define PROF_START       0    /* start statistical profiling */
 | 
				
			||||||
#  define PROF_STOP        1    /* stop statistical profiling */
 | 
					#  define PROF_STOP        1    /* stop statistical profiling */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -37,9 +35,6 @@ struct sprof_proc {
 | 
				
			|||||||
	char		name[8];
 | 
						char		name[8];
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* SPROFILE */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#include <minix/types.h>
 | 
					#include <minix/types.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  define PROF_GET         2    /* get call profiling tables */
 | 
					#  define PROF_GET         2    /* get call profiling tables */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user