using McBSP

I am trying to communicate with an ADC (using frame-sync interface) via the McBSP. Does anyone have a simple user-space code example on how to read data from McBSP? is there a /dev entry that I can open/read/write?

Thanks.