pmd-red/include/constants/mailbox.h
2022-06-11 20:01:36 -05:00

8 lines
163 B
C

#ifndef GUARD_CONSTANTS_MAILBOX_H
#define GUARD_CONSTANTS_MAILBOX_H
#define MAX_ACCEPTED_JOBS 8
#define NUM_MAILBOX_SLOTS 4
#endif // GUARD_CONSTANTS_MAILBOX_H