libsys: Increase number of static grants.

This is required by the state transfer framework.

Change-Id: I6bc08cee6c70ff406fbd8d45a12721a26c86d45a
This commit is contained in:
Cristiano Giuffrida 2014-03-11 21:12:53 +01:00 committed by David van Moolenbroek
parent d639cffec9
commit 704033fd9d

View file

@ -44,7 +44,7 @@
} \
}
#define NR_STATIC_GRANTS 2
#define NR_STATIC_GRANTS 3
static cp_grant_t static_grants[NR_STATIC_GRANTS];
static cp_grant_t *grants = NULL;
static int ngrants = 0;