package android.os;

import android.annotation.SystemApi;

/* JADX INFO: loaded from: classes.dex */
@SystemApi
public interface IHwInterface {
    @SystemApi
    IHwBinder asBinder();
}
