summaryrefslogtreecommitdiff
path: root/utility/demo-fw/pc-tools/CreateDemoBin/include/profile.h
blob: 65294c9605a6c89c0b73dfb7cfa54d37be730ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * profile.h
 *
 *  Created on: Oct 26, 2009
 *      Author: Tony.Liu
 */

#ifndef PROFILE_H_
#define PROFILE_H_

#include "CreateDemoBin.h"

typedef struct {
	char *pProfileName;
	BMPConvOpt options;
} Profile;

static Profile profile[] = {
		{"at91sam3u-ek", {16, 320, 240, 270, 1}}
};

#endif /* PROFILE_H_ */
personal git repositories of Harald Welte. Your mileage may vary