mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-19 05:27:29 -05:00
8 lines
163 B
C
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
|