mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
add __max define
This commit is contained in:
parent
ace510828f
commit
ea0e9ca5fd
@ -63,4 +63,8 @@ void ipmi_start_daemon(void);
|
||||
# define __min(a, b) ((a) < (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#ifndef __max
|
||||
# define __max(a, b) ((a) > (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#endif /* IPMI_HELPER_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user