// 
// Decompiled by Procyon v0.6.0
// 

package io.netty.channel.epoll;

import io.netty.channel.unix.FileDescriptor;
import io.netty.channel.IoHandle;

public interface EpollIoHandle extends IoHandle
{
    FileDescriptor fd();
}
