Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
seq_compat.c File Reference
#include <linux/compat.h>
#include <linux/slab.h>

Go to the source code of this file.

Data Structures

struct  snd_seq_port_info32
 

Enumerations

enum  {
  SNDRV_SEQ_IOCTL_CREATE_PORT32 = _IOWR('S', 0x20, struct snd_seq_port_info32), SNDRV_SEQ_IOCTL_DELETE_PORT32 = _IOW ('S', 0x21, struct snd_seq_port_info32), SNDRV_SEQ_IOCTL_GET_PORT_INFO32 = _IOWR('S', 0x22, struct snd_seq_port_info32), SNDRV_SEQ_IOCTL_SET_PORT_INFO32 = _IOW ('S', 0x23, struct snd_seq_port_info32),
  SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT32 = _IOWR('S', 0x52, struct snd_seq_port_info32)
}
 

Enumeration Type Documentation

anonymous enum
Enumerator:
SNDRV_SEQ_IOCTL_CREATE_PORT32 
SNDRV_SEQ_IOCTL_DELETE_PORT32 
SNDRV_SEQ_IOCTL_GET_PORT_INFO32 
SNDRV_SEQ_IOCTL_SET_PORT_INFO32 
SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT32 

Definition at line 82 of file seq_compat.c.