GPIO
From wiki.gp2x.org
GPIO stands for General Purpose Input Output.
GPIO is a flexible parallel interface that allows a variety of custom connections. It is a standard way for driving the various bits of hardware inside the GP2X.
For a list of the GPIO connections available to programmers see GPIO Reference.
Using GPIO
See the GPIO_Programming_Example