summaryrefslogtreecommitdiff
path: root/cros_ec/test/fakemain.c
blob: 40316d08ebae9444f528d512d6d887cf615ea159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* Fake main routine, to make sure lib functions link */

#include "ec_console.h"
#include "ec_uart.h"

int main(void) {



  return 0;
}