mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The new cpacfinfo command provides information about CPACF, such as which CPACF functions are installed, and make use of the new MSA 13 Query Authentication Information function. Signed-off-by: Finn Callies <fcallies@linux.ibm.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
9 lines
168 B
C
9 lines
168 B
C
#include <stdint.h>
|
|
#include <stdio.h>
|
|
|
|
uint32_t stfle(uint64_t __attribute__((unused)) * stfle_fac_list,
|
|
uint32_t __attribute__((unused)) size)
|
|
{
|
|
return 0;
|
|
}
|