ahci: centralize, fix port reset
[minix.git] / include / minix / crtso.h
blob93d56f68fb7313a8a962075c16cbeaed78389722
1 /* Prototypes for crtso.s. */
3 #ifndef _MINIX_CRTSO_H
4 #define _MINIX_CRTSO_H
6 void _minix_unmapzero(void);
8 #endif