genode/repos/base-hw/src/bbl/limits.h

9 lines
92 B
C

#ifndef _LIMITS_H_
#define _LIMITS_H_
enum {
ULONG_MAX = ~0UL
};
#endif /* _LIMITS_H_ */