mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-26 20:07:32 -05:00
* Add top level convinience headers for all RPL libraries * Add nsyskbd to group and add top level header * Simplify `test_compile_headers_list.h`
15 lines
210 B
C
15 lines
210 B
C
#pragma once
|
|
|
|
/**
|
|
* \defgroup nsysccr nsysccr
|
|
*
|
|
*
|
|
*/
|
|
|
|
#include <nsysccr/ccr.h>
|
|
#include <nsysccr/cdc.h>
|
|
#include <nsysccr/cfg.h>
|
|
#include <nsysccr/hid.h>
|
|
#include <nsysccr/irda.h>
|
|
#include <nsysccr/nfc.h>
|