Skip to content

Commit 9d556d5

Browse files
committed
refactor: Move the header for sceAudioRouting{_driver} to user folder
To follow what is done to other modules when the functions exists on both user-land and kernel-lang
1 parent 68d378d commit 9d556d5

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/kernel/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ libpspkernelinclude_HEADERS = \
7272
pspexception.h \
7373
pspsysclib.h \
7474
pspimpose_driver.h \
75-
pspinit.h \
76-
pspaudiorouting.h
75+
pspinit.h
7776

7877
lib_LIBRARIES = libpspkernel.a
7978

src/user/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ AUDIOROUTING_OBJS = sceAudioRouting_0000.o sceAudioRouting_0001.o sceAudioRoutin
3636

3737
libpspuserincludedir = @PSPSDK_INCLUDEDIR@
3838
libpspuserinclude_HEADERS = \
39+
pspaudiorouting.h \
3940
pspiofilemgr.h \
4041
pspiofilemgr_devctl.h \
4142
pspiofilemgr_dirent.h \

0 commit comments

Comments
 (0)