diff options
Diffstat (limited to 'quantum/pointing_device.h')
| -rw-r--r-- | quantum/pointing_device.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/pointing_device.h b/quantum/pointing_device.h index 1944d8206..29398ebb3 100644 --- a/quantum/pointing_device.h +++ b/quantum/pointing_device.h | |||
| @@ -22,10 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 22 | #include "host.h" | 22 | #include "host.h" |
| 23 | #include "report.h" | 23 | #include "report.h" |
| 24 | 24 | ||
| 25 | void pointing_device_init(void); | 25 | void pointing_device_init(void); |
| 26 | void pointing_device_task(void); | 26 | void pointing_device_task(void); |
| 27 | void pointing_device_send(void); | 27 | void pointing_device_send(void); |
| 28 | report_mouse_t pointing_device_get_report(void); | 28 | report_mouse_t pointing_device_get_report(void); |
| 29 | void pointing_device_set_report(report_mouse_t newMouseReport); | 29 | void pointing_device_set_report(report_mouse_t newMouseReport); |
| 30 | 30 | ||
| 31 | #endif | 31 | #endif |
