aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/foster/ec_dummy.c
blob: 01a935c79f6846bc9eec5133abd726e658a28361 (plain)
1
2
3
4
5
6
7
8
9
/* Dummy CHROMEEC file to provide stub functions for vboot compilation */

#include <stdint.h>

int google_chromeec_vbnv_context(int is_read, uint8_t *data, int len);
int google_chromeec_vbnv_context(int is_read, uint8_t *data, int len)
{
	return 0;
}