summaryrefslogtreecommitdiff
path: root/include/linux/mailbox.h
blob: 44bcb2be0563c41766da7d84c61d71ea9ac8a1be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (C) 2014 Linaro Ltd.
 * Author: Jassi Brar <jassisinghbrar@gmail.com>
 *
 * 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.
 */

#ifndef __MAILBOX_H
#define __MAILBOX_H

enum mbox_result {
	MBOX_OK = 0,
	MBOX_ERR,
};

#endif /* __MAILBOX_H */