updated package versions
[minix.git] / include / minix / crtso.h
blobc867641e69ea3ee6fa9f3441bdcfa04d3d3bee8d
1 /* Prototypes for crtso.s. */
3 #ifndef _MINIX_CRTSO_H
4 #define _MINIX_CRTSO_H
6 _PROTOTYPE( void _minix_unmapzero, (void));
8 #endif