~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/include/thor.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * thor.h -- USB THOR Downloader protocol
 
3
 *
 
4
 * Copyright (C) 2013 Samsung Electronics
 
5
 * Lukasz Majewski  <l.majewski@samsung.com>
 
6
 *
 
7
 * SPDX-License-Identifier:     GPL-2.0+
 
8
 *
 
9
 */
 
10
 
 
11
#ifndef __THOR_H_
 
12
#define __THOR_H_
 
13
 
 
14
#include <linux/usb/composite.h>
 
15
 
 
16
int thor_handle(void);
 
17
int thor_init(void);
 
18
int thor_add(struct usb_configuration *c);
 
19
#endif /* __THOR_H_ */