Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 5th, 2010 | Syntax: None | Size: 0.36 KB | Hits: 17 | Expires: Never
Copy text to clipboard
  1. static const char *const ep_name[] = {
  2.         "ep0out", "ep1out", "ep2out", "ep3out",
  3.         "ep4out", "ep5out", "ep6out", "ep7out",
  4.         "ep8out", "ep9out", "ep10out", "ep11out",
  5.         "ep12out", "ep13out", "ep14out", "ep15out",
  6.         "ep0in", "ep1in", "ep2in", "ep3in",
  7.         "ep4in", "ep5in", "ep6in", "ep7in",
  8.         "ep8in", "ep9in", "ep10in", "ep11in",
  9.         "ep12in", "ep13in", "ep14in", "ep15in"
  10. };