ahci: centralize, fix port reset
[minix.git] / include / minix / limits.h
blobee1012a957a5c21c2197e63e95aa5a45a095f714
1 /* The <minix/limits.h> header defines the Minix values for some MINIX
2 * constants. Both the MINIX constants and the non-posix constants
3 * refer to these underlying definitions.
4 */
6 #ifndef _MINIX_LIMITS_H
7 #define _MINIX_LIMITS_H
9 #define __MINIX_OPEN_MAX 255 /* a process may have 255 files open */
10 #define __MINIX_PATH_MAX 1024/* a pathname may contain 1023 chars (+ '\0')*/
12 #endif /* _MINIX_LIMITS_H */