summaryrefslogtreecommitdiff
path: root/arm9/source/devices/local.h
blob: 979f5ce628b5885530b6df3ffa25a878853300b5 (plain) (blame)
1
2
3
4
5
6
7
8
#include <nds.h>

#ifndef LOCAL_H_
    #define LOCAL_H_

    void std_write(u8 byte);

#endif