summaryrefslogtreecommitdiff
path: root/drivers/fims/can/fim_can.h
blob: f954330205be5c35460d32cdea910e5cf808c6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* -*- linux-c -*-
 *
 * drivers/fims/can/fim_can.h
 *
 * Copyright (C) 2009 by Digi International Inc.
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 *
 * Dummy header file for building the kernel with the FIM-CAN driver.
 * For obtaining a valid fimrware please refer to the FIMs documentation of the
 * Digi ESP.
 *
 */

#warning "Using a dummy FIM CAN firmware"

static const unsigned char fim_can_firmware[] = { 
	0xff, 0xff, 0xff, 0xff,  0xff, 0xff, 0xff, 0xff,
	0xff, 0xff, 0xff, 0xff,  0xff, 0xff, 0xff, 0xff,
	0xff, 0xff, 0xff, 0xff,  0xff, 0xff, 0xff, 0xff,
	0xff, 0xff, 0xff, 0xff,  0xff, 0xff, 0xff, 0xff,
	0xff, 0xff, 0xff, 0xff,  0xff, 0xff, 0xff, 0xff,
	0xff, 0xff, 0xff, 0xff,  0xff, 0xff, 0xff, 0xff,
};