aboutsummaryrefslogtreecommitdiff
path: root/accel.h
blob: e02794626de9c78a1cc54b884ff15282100737fa (plain)
1
2
3
4
5
6
7
8
#ifndef ACCEL_H
#define ACCEL_H

void accelInit ();
void accelStart ();

#endif /* ACCEL_H */