blob: 5973539d0d8d0f292e3c6fd301b6b3a8746311cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
Vita Development Suite Libraries
*/
#ifndef _VDSUITE_USER_NP_H
#define _VDSUITE_USER_NP_H
#include_next <np.h>
#include <np/np_kdc.h>
#endif /* _VDSUITE_USER_NP_H */
|