Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 /*
0003  * Copyright (c) 2015-2016, IBM Corporation.
0004  *
0005  * This program is free software; you can redistribute it and/or
0006  * modify it under the terms of the GNU General Public License
0007  * as published by the Free Software Foundation; either version
0008  * 2 of the License, or (at your option) any later version.
0009  */
0010 
0011 #ifndef _UAPI_LINUX_BT_BMC_H
0012 #define _UAPI_LINUX_BT_BMC_H
0013 
0014 #include <linux/ioctl.h>
0015 
0016 #define __BT_BMC_IOCTL_MAGIC    0xb1
0017 #define BT_BMC_IOCTL_SMS_ATN    _IO(__BT_BMC_IOCTL_MAGIC, 0x00)
0018 
0019 #endif /* _UAPI_LINUX_BT_BMC_H */