aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/ose/erts.sig
blob: 760d0896c0fe23a53f49eff275fb6a5e5208b4a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ERTS_OSE_SIGNALS
#define ERTS_OSE_SIGNALS

#ifndef ERTS_OSE_SIGNAL_BASE
#define ERTS_OSE_SIGNAL_BASE 1000
#endif

#define ERTS_SIGNAL_INVALID        ERTS_OSE_SIGNAL_BASE
#define ERTS_SIGNAL_FD_DRV_CONFIG  ERTS_OSE_SIGNAL_BASE+1
#define ERTS_SIGNAL_FD_DRV_ASYNC   ERTS_OSE_SIGNAL_BASE+2

#endif